Changes between Initial Version and Version 1 of Usage


Ignore:
Timestamp:
Sep 10, 2007, 3:36:54 PM (17 years ago)
Author:
buchmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Usage

    v1 v1  
     1SystemCASS is a library you have to link with your hardware description in SystemC language.
     2When you run the simulation, SystemCASS extracts options starting with -- :
     3  * '''--tracestart n''' : starts tracing functions at #n cycle
     4  * '''--notrace'''      : disables all tracing functions (''sc_trace''). Usefull to gain a significant simulation speed up
     5  * '''--i'''            : prints all the ''sc_module'' instances, and all the ''sc_signal'' signals
     6  * '''--edit'''         : prints simulator scheduling
     7  * '''--usage'''        : prints simulation performance (cycle per second) at the simulation end
     8  * '''--t'''            : dumps signal dependency or module dependency graph into a dot file