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.