Changes between Version 3 and Version 4 of Usage
- Timestamp:
- Sep 10, 2007, 3:57:46 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Usage
v3 v4 2 2 When you run the simulation, SystemCASS extracts options starting with -- : 3 3 4 == General==4 == General == 5 5 * '''--usage''' : print simulation performance (cycle per second) at the simulation end 6 6 * '''--help''' : print available options … … 10 10 * '''--v''' : print internal SystemCASS kernel options (stderr) 11 11 12 == Tracing==12 == Tracing == 13 13 * '''--tracestart n''' : start tracing functions at #n cycle 14 14 * '''--notrace''' : disable all tracing functions (''sc_trace''). Usefull to gain a significant simulation speed up 15 15 16 == Debug==16 == Debug == 17 17 * '''--i''' : print all the ''sc_module'' instances, and all the ''sc_signal'' signals 18 18 * '''--c''' : print schedule at simulation time (stderr) … … 21 21 * '''--modules filename''' : dump module hierarchy graph into specified dot file (tons of bugs inside) 22 22 23 == Scheduling==23 == Scheduling == 24 24 * '''--t''' : dump signal dependency or module dependency graph into a dot file 25 25 * '''--edit''' : edit schedule before simulation (run $EDITOR or vim by default) … … 29 29 * '''--c''' : print scheduling at run/simulation time (stderr) 30 30 31 == Other==31 == Other == 32 32 * '''save_on_exit <name>''' : save simulation state saved into <name> file when SystemCASS exits (SOCVIEW format) 33 33