Changes between Version 3 and Version 4 of Usage


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Usage

    v3 v4  
    22When you run the simulation, SystemCASS extracts options starting with -- :
    33
    4 ==General==
     4== General ==
    55  * '''--usage'''           : print simulation performance (cycle per second) at the simulation end
    66  * '''--help'''            : print available options
     
    1010  * '''--v'''               : print internal SystemCASS kernel options (stderr)
    1111
    12 ==Tracing==
     12== Tracing ==
    1313  * '''--tracestart n''' : start tracing functions at #n cycle
    1414  * '''--notrace'''      : disable all tracing functions (''sc_trace''). Usefull to gain a significant simulation speed up
    1515
    16 ==Debug==
     16== Debug ==
    1717  * '''--i'''            : print all the ''sc_module'' instances, and all the ''sc_signal'' signals
    1818  * '''--c'''            : print schedule at simulation time (stderr)
     
    2121  * '''--modules filename''' : dump module hierarchy graph into specified dot file (tons of bugs inside)
    2222
    23 ==Scheduling==
     23== Scheduling ==
    2424  * '''--t'''            : dump signal dependency or module dependency graph into a dot file
    2525  * '''--edit'''         : edit schedule before simulation (run $EDITOR or vim by default)
     
    2929  * '''--c'''            : print scheduling at run/simulation time (stderr)
    3030
    31 ==Other==
     31== Other ==
    3232  * '''save_on_exit <name>'''  : save simulation state saved into <name> file when SystemCASS exits (SOCVIEW format)
    3333