Changeset 35
- Timestamp:
- May 25, 2010, 4:54:56 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/vci_ring_initiator/caba/source/include/vci_ring_initiator.h
r34 r35 64 64 // (40) (1) (5) (34) 65 65 ///////////////////////////////////////////////////////////////////////////////////// 66 #ifndef SOCLIB_CABA_VCI_RING_INITIATOR_H 67 #define SOCLIB_CABA_VCI_RING_INITIATOR_H 66 68 67 69 #include "vci_target.h" … … 701 703 702 704 }} // 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 25 25 * Copyright: UPMC - LIP6 26 26 */ 27 #ifndef SOCLIB_CABA_VCI_RING_TARGET_H 28 #define SOCLIB_CABA_VCI_RING_TARGET_H 29 27 30 #include "vci_initiator.h" 28 31 #include "generic_fifo.h" … … 788 791 789 792 }} // 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 23 23 * Copyright: UPMC - LIP6 24 24 */ 25 #ifndef SOCLIB_CABA_HALF_GATEWAY_INITIATOR_2_H 26 #define SOCLIB_CABA_HALF_GATEWAY_INITIATOR_2_H 27 25 28 #include <systemc> 26 29 #include "caba_base_module.h" … … 434 437 }} // end namespace 435 438 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 25 25 * Copyright: UPMC - LIP6 26 26 */ 27 28 #ifndef SOCLIB_CABA_HALF_GATEWAY_TARGET_2_H 29 #define SOCLIB_CABA_HALF_GATEWAY_TARGET_2_H 30 27 31 #include <systemc> 28 32 #include "vci_initiator.h" … … 197 201 if( trace(sc_time_stamp())) 198 202 std::cout << sc_time_stamp() << " -- " << m_name << " -- ring_rsp_fsm : DEFAULT " 203 << " -- fifo_rsp_rok : " << m_rsp_fifo.rok() 199 204 << " -- fifo_rsp_data : " << std::hex << m_rsp_fifo.read() 200 205 << std::endl; … … 533 538 }} // end namespace 534 539 535 540 #endif // SOCLIB_CABA_HALF_GATEWAY_TARGET_2_H
Note: See TracChangeset
for help on using the changeset viewer.