| 1 | SystemCASS is a library you have to link with your hardware description in SystemC language. |
| 2 | When 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 |