I have been trying to open EPWave at EDA playground, and it always returns the error:
No *.vcd file found. EPWave will not open. Did you use '$dumpfile("dump.vcd"); $dumpvars;'?
I have added those two at the beginning of the initial, and yet it's not working (also the $finish of course)
This is the project: https://www.edaplayground.com/x/SzkF
I have tried adding time before and after the finish and beginning, naming the dumpfile in another way looking some similar code, but none of that has worked.
iverilogdoes not always give very useful error messages. Switch to another simulator on EDA Playground. For example, with the Cadence simulator, we get this error message:I can get rid of the compile error when I change:
to:
Switching back to
iverilog, I no longer see the original VCD error message.