Changes between Version 21 and Version 22 of Writing Rules/RISC


Ignore:
Timestamp:
Feb 15, 2008, 4:52:38 PM (16 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Writing Rules/RISC

    v21 v22  
    139139class IcacheCachePort {
    140140    sc_in<bool>  req;  // valid request
    141     sc_in<sc_dt::sc_uint<2>  >  type ;  // instruction access type
    142141    sc_in<sc_dt::sc_uint<32> >  adr;  // instruction address
    143142    sc_out<bool>  frz ;  // frozen processor