Changeset 35 for trunk/modules/half_gateway_target_2/caba/source
- Timestamp:
- May 25, 2010, 4:54:56 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.