Changes between Version 2 and Version 3 of WikiStart


Ignore:
Timestamp:
Jul 20, 2007, 5:17:59 PM (18 years ago)
Author:
buchmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v2 v3  
    44This simulator is 15 times faster than OSCI's simulator (SystemC 2.1.v1).
    55
    6 == Why SystemCASS is faster ? ==
     6== Why is SystemCASS faster ? ==
    77
    88During simulator initialization, SystemCASS builds a signal dependency graph according to the architecture to simulate.
     
    1010SystemCASS is a evolution of CASS simulator developped by Frédéric Pétrot and Denis Hommais.
    1111
     12== Which harware components can I use with ? ==
     13
     14SystemCASS is a SystemC API, respecting LRM specifications.
     15SystemC core language is supported.
     16
     17However, SystemCASS supports only one clock and hardware components have to fit the FSM modeling approach.
     18Each hardware component should contain three function kinds :
     19  * Transition function;
     20  * Moore generation function;
     21  * Mealy generation function.
     22
     23
     24Transition function writes new states and depends on inputs. This kind of function is sensitive to positive clock edge.
     25
     26Moore generation function writes new values to outputs and depends only on internal states. This kind of function is sensitive to negative clock edge.
     27
     28Mealy generation function, also called combinational function, writes new values to outputs and depends on internal states and/or inputs. This kind of function is sensitive to negative clock edge and given inputs.
     29
    1230== Download ==
    1331
    14   * SystemCASS archive (11/05/2007)
     32  * SystemCASS archive
    1533  * SVN repository
    1634
    1735== Bibliography ==
    1836
    19 [[img]]http://www-asim.lip6.fr/~buchmann/images/pdf-ico.gif[[img]]
    20 [http://www-asim.lip6.fr/~buchmann/articles/statique_gdr02.pdf Ordonnancement statique versus événementiel] (French)
    21 [http://www-asim.lip6.fr/~buchmann/articles/casc_iceec04.pdf Fast Cycle Accurate Simulator To Simulate Event-Driven Behavior]
    22 [http://www-asim.lip6.fr/~buchmann/posters/poster_date05_systemcass.pdf Fast Functional SystemC Simulator Using Static Scheduling]
     37||[[Image(http://www-asim.lip6.fr/~buchmann/images/pdf-ico.gif)]]||[http://www-asim.lip6.fr/~buchmann/articles/statique_gdr02.pdf Ordonnancement statique versus événementiel] (French)||
     38||[[Image(http://www-asim.lip6.fr/~buchmann/images/pdf-ico.gif)]]||[http://www-asim.lip6.fr/~buchmann/articles/casc_iceec04.pdf Fast Cycle Accurate Simulator To Simulate Event-Driven Behavior]||
     39||[[Image(http://www-asim.lip6.fr/~buchmann/images/pdf-ico.gif)]]||[http://www-asim.lip6.fr/~buchmann/posters/poster_date05_systemcass.pdf Fast Functional SystemC Simulator Using Static Scheduling]||
    2340
    2441Enjoy! [[BR]]
    2542''SystemCASS Team''
    26 
    27 == Starting Points ==
    28 
    29  * TracGuide --  Built-in Documentation
    30  * [http://trac.edgewall.org/ The Trac project] -- Trac Open Source Project
    31  * [http://trac.edgewall.org/wiki/TracFaq Trac FAQ] -- Frequently Asked Questions
    32  * TracSupport --  Trac Support
    33 
    34 For a complete list of local wiki pages, see TitleIndex.