Changes between Version 7 and Version 8 of Writing Rules/Caba


Ignore:
Timestamp:
Mar 27, 2007, 8:01:37 PM (17 years ago)
Author:
alain
Comment:

--

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 =
    26
    37This 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.
     
    190194The register initialization must be an hardware mechanism explicitly described in the Transition function on reset condition.
    191195
    192 = component behaviour =
    193 
    194 The component is described by simple sc_methods as member functions.
     196= member functions =
     197
     198The component behaviour is described by simple member functions.
    195199
    196200== transition() method ==