Changes between Version 28 and Version 29 of Writing Rules/Caba
- Timestamp:
- Nov 22, 2012, 4:58:29 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Writing Rules/Caba
v28 v29 237 237 }; 238 238 239 // The registers must have the sc_signal type )240 sc_signal<int> r_vci_fsm; // FSM state register239 // The registers must have the sc_signal type 240 sc_signal<int> r_vci_fsm; // FSM state register 241 241 sc_signal<typename vci_param::srcid_t> r_buf_srcid; 242 242 sc_signal<typename vci_param::trdid_t> r_buf_trdid; … … 244 244 sc_signal<typename vci_param::eop_t> r_buf_eop; 245 245 sc_signal<bool> r_buf_value; 246 sc_signal<bool> *r_contents; // the loks array is allocated in constructor247 248 // The structural constants : segment assigned to this peripheral249 const soclib::common::Segment m_segment; 246 sc_signal<bool> *r_contents; // the locks array is allocated in constructor 247 248 // The structural constants 249 const soclib::common::Segment m_segment; // segment assigned to this peripheral 250 250 251 251 protected: