mirror of
https://github.com/verilator/verilator.git
synced 2025-01-01 04:07:34 +00:00
0f617988d4
When using the __ALL*.cpp based single compile mode (i.e.: without VM_PARALLEL_BUILDS), the fast path tracing code used to be included in __Allsup.cpp, which was compiled with OPT_SLOW, severely harming tracing performance. We now have __ALLfast.cpp and __ALLslow.cpp instead of __ALLcls.cpp and __ALLsup.cpp, so we can compile the fast support code with OPT_FAST as well. |
||
---|---|---|
.. | ||
verilator | ||
verilator_coverage | ||
verilator_difftree | ||
verilator_gantt | ||
verilator_includer | ||
verilator_profcfunc |