- Timestamp:
- May 2, 2011, 9:19:14 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/vci_vdspin_target_wrapper/caba/source/include/vci_vdspin_target_wrapper.h
r148 r149 69 69 CMD_BROADCAST, 70 70 CMD_RW, 71 CMD_READ, 71 72 CMD_WDATA, 72 73 }; … … 100 101 sc_core::sc_signal<sc_uint<dspin_cmd_width> > r_cmd_buf1; 101 102 sc_core::sc_signal<int> r_rsp_fsm; 103 sc_core::sc_signal<size_t> r_flit_count; 102 104 103 105 // fifos cmd and rsp … … 108 110 void transition(); 109 111 void genMoore(); 112 113 public: 114 void print_trace(); 110 115 111 116 };
Note: See TracChangeset
for help on using the changeset viewer.