Changeset 884
- Timestamp:
- 03/02/09 16:33:59 (4 years ago)
- Location:
- trunk/soclib/soclib/communication/anoc/common
- Files:
-
- 12 added
- 1 edited
-
metadata (added)
-
metadata/anoc_common.sd (added)
-
source/include/anoc_basic_port.h (added)
-
source/include/anoc_in_port.h (added)
-
source/include/anoc_init_port.h (added)
-
source/include/anoc_out_port.h (added)
-
source/include/anoc_stopper.h (added)
-
source/include/anoc_target_port.h (added)
-
source/include/anoc_transaction.h (modified) (2 diffs)
-
source/include/res_path.h (added)
-
source/src/anoc_stopper.cpp (added)
-
source/src/anoc_transaction.cpp (added)
-
source/src/res_path.cpp (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/soclib/soclib/communication/anoc/common/source/include/anoc_transaction.h
r737 r884 280 280 /// data field 281 281 t_uint32 m_data; // data for remaining flits in a packet 282 sc_uint<36> m_data_36; // data for VCI data compatibility 282 283 283 284 public: … … 504 505 inline void set_data(t_uint32 data) { 505 506 m_data = data; 507 } 508 509 /// Returns the data field 510 inline sc_uint<36> get_data_36() const { 511 return m_data_36; 512 } 513 /// Sets the data field 514 inline void set_data_36(sc_uint<36> data) { 515 m_data_36 = data; 506 516 } 507 517
Note: See TracChangeset
for help on using the changeset viewer.

