You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When run in debug mode, all processors will generate .vcd information (viewable by your favorite waveform viewer). All processors can also spit out cycle-by-cycle log information. Although already done for you by the build system, to generate .vcd files, see emulator/common/Makefile.include to add the "-v${vcdfilename}" flag to the emulator-debug binary.
Hi,
everything is running smoothly until I try to do
make run-emulator-debug
. That results in the following:At this webpage, I found this text:
When I open Makefile.include, I do see this part:
but, unfortunately, I have to admit I don't really see how to add
-v
if it's already there...Could someone please advise?
Thanks,
Aleksandar
The text was updated successfully, but these errors were encountered: