verilator/bin
Geza Lore 0f617988d4
Compile fast tracing code with OPT_FAST in single compile mode. (#2245)
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.
2020-04-08 21:05:43 -04:00
..
verilator Compile fast tracing code with OPT_FAST in single compile mode. (#2245) 2020-04-08 21:05:43 -04:00
verilator_coverage Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
verilator_difftree Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
verilator_gantt Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
verilator_includer Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
verilator_profcfunc Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00