Changeset 35


Ignore:
Timestamp:
May 25, 2010, 4:54:56 PM (14 years ago)
Author:
simerabe
Message:

fixing bug : multi-inclusion control

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/vci_ring_initiator/caba/source/include/vci_ring_initiator.h

    r34 r35  
    6464//     (40)       (1)   (5)                     (34)                                   
    6565/////////////////////////////////////////////////////////////////////////////////////
     66#ifndef SOCLIB_CABA_VCI_RING_INITIATOR_H
     67#define SOCLIB_CABA_VCI_RING_INITIATOR_H
    6668
    6769#include "vci_target.h"
     
    701703
    702704}} // end namespace
    703 
    704 
     705#endif // SOCLIB_CABA_VCI_RING_INITIATOR_H
     706
     707
  • trunk/lib/vci_ring_target/caba/source/include/vci_ring_target.h

    r16 r35  
    2525 * Copyright: UPMC - LIP6
    2626 */
     27#ifndef SOCLIB_CABA_VCI_RING_TARGET_H
     28#define SOCLIB_CABA_VCI_RING_TARGET_H
     29
    2730#include "vci_initiator.h"
    2831#include "generic_fifo.h"
     
    788791
    789792}} // end namespace
    790 
    791 
     793#endif // SOCLIB_CABA_VCI_RING_TARGET_H
     794
  • trunk/modules/half_gateway_initiator_2/caba/source/include/half_gateway_initiator_2.h

    r17 r35  
    2323 * Copyright: UPMC - LIP6
    2424 */
     25#ifndef SOCLIB_CABA_HALF_GATEWAY_INITIATOR_2_H
     26#define SOCLIB_CABA_HALF_GATEWAY_INITIATOR_2_H
     27
    2528#include <systemc>
    2629#include "caba_base_module.h"
     
    434437}} // end namespace
    435438
    436 
     439#endif // SOCLIB_CABA_HALF_GATEWAY_INITIATOR_2_H
     440
  • trunk/modules/half_gateway_target_2/caba/source/include/half_gateway_target_2.h

    r14 r35  
    2525 * Copyright: UPMC - LIP6
    2626 */
     27
     28#ifndef SOCLIB_CABA_HALF_GATEWAY_TARGET_2_H
     29#define SOCLIB_CABA_HALF_GATEWAY_TARGET_2_H
     30
    2731#include <systemc>
    2832#include "vci_initiator.h"
     
    197201if( trace(sc_time_stamp()))
    198202std::cout << sc_time_stamp() << " -- " << m_name << " --  ring_rsp_fsm : DEFAULT "
     203          << " -- fifo_rsp_rok : " << m_rsp_fifo.rok()
    199204          << " -- fifo_rsp_data : " << std::hex << m_rsp_fifo.read()
    200205          << std::endl;
     
    533538}} // end namespace
    534539
    535 
     540#endif // SOCLIB_CABA_HALF_GATEWAY_TARGET_2_H
Note: See TracChangeset for help on using the changeset viewer.