Changes between Version 1 and Version 2 of Tools/System Cass


Ignore:
Timestamp:
Feb 21, 2008, 4:06:58 PM (16 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Tools/System Cass

    v1 v2  
    33== General presentation ==
    44
     5SystemCASS is a SystemC simulation engine, optimized to simulate hardware architectures modeled with the CABA (cycle accurate, bit accurate) components of SoCLib.
     6This simulator is 15 times faster than OSCI's simulator (SystemC 2.1.v1).
     7
     8Why is SystemCASS faster ?
     9
     10SystemCass take advantages of the [wiki:WritingRules/Caba CABA modeling rules] of the SoCLib
     11project, to use static scheduling technics, and behave as a cycle-based simulator. 
     12During simulator elaboration, SystemCASS builds a signal dependency graph according to the architecture to simulate. The scheduler relies on this graph to statically compute the scheduling.
    513
    614== More Information ==
    715
     16SystemCASS is an evolution of CASS simulator developped by Frédéric Pétrot and Denis Hommais.
     17It has neen developped at UPMC-LIP6 by Richard Buchmann & Alain Greiner, and is distributed as free software, under the GPL license.
     18
    819You can obtain more detailed information, and download the code [https://www-asim.lip6.fr/trac/systemcass here]