Fixed tracing of SystemC w/o SystemPerl

git-svn-id: file://localhost/svn/verilator/trunk/verilator@975 77ca24e4-aefa-0310-84f0-b9a241c72d87
This commit is contained in:
Wilson Snyder
2007-12-13 13:54:04 +00:00
parent f23203dc96
commit 22bde7d461
13 changed files with 191 additions and 28 deletions
+6 -3
View File
@@ -538,9 +538,12 @@ Creates a dump file with statistics on the design in {prefix}__stats.txt.
=item --trace
Adds waveform tracing code to the model. Having tracing compiled in may
result in some small performance losses, even when waveforms are not turned
on during model execution.
Adds waveform tracing code to the model, this will create additional
{prefix}__Trace*.cpp files you will need to add to your Makefiles, if
you're not using the ones generated for you.
Having tracing compiled in may result in some small performance losses,
even when waveforms are not turned on during model execution.
=item --trace-depth I<levels>