Changes between Version 7 and Version 8 of Writing Rules/Caba
- Timestamp:
- Mar 27, 2007, 8:01:37 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Writing Rules/Caba
v7 v8 1 = Introduction = 1 {{{ 2 #!html 3 <h1>Writing efficient Cycle-Accurate, Bit-Accurate SystemC simulation models for SoCLib</h1> 4 }}} 5 [[PageOutline]]= Introduction = 2 6 3 7 This manual describes the modeling rules for writing "cycle-accurate / bit-accurate" SystemC simulation models for SoCLib. Models complying with those rules can be used with the "standard" OSCI simulation engine (SystemC 2.x), but can be used also with others simulation engines, such as [SystemCass SystemCASS], which is optimized for such models. … … 190 194 The register initialization must be an hardware mechanism explicitly described in the Transition function on reset condition. 191 195 192 = component behaviour=193 194 The component is described by simple sc_methods asmember functions.196 = member functions = 197 198 The component behaviour is described by simple member functions. 195 199 196 200 == transition() method ==