Changes between Version 21 and Version 22 of Writing Rules/RISC
- Timestamp:
- Feb 15, 2008, 4:52:38 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Writing Rules/RISC
v21 v22 139 139 class IcacheCachePort { 140 140 sc_in<bool> req; // valid request 141 sc_in<sc_dt::sc_uint<2> > type ; // instruction access type142 141 sc_in<sc_dt::sc_uint<32> > adr; // instruction address 143 142 sc_out<bool> frz ; // frozen processor