wiki:Usage

Version 2 (modified by buchmann, 17 years ago) (diff)

--

SystemCASS is a library you have to link with your hardware description in SystemC language. When you run the simulation, SystemCASS extracts options starting with -- :

  • --tracestart n : starts tracing functions at #n cycle
  • --notrace : disables all tracing functions (sc_trace). Usefull to gain a significant simulation speed up
  • --i : prints all the sc_module instances, and all the sc_signal signals
  • --edit : prints simulator scheduling
  • --usage : prints simulation performance (cycle per second) at the simulation end
  • --t : dumps signal dependency or module dependency graph into a dot file
  • --help : prints available options

Examples :

system.x --t --tracestart 1000000