Hi,
I just joined the EDAplayground. Looks very interesting. I'd like to ask a couple of questions:
1. Is the license available only for 17 days? What after that?
2. I've written the design and testbench in VHDL, and on simulation, I get the following error:
# VSIM: Error: Library `testbench' is either damaged or does not exist.
Finding VCD file...No *.vcd file found. EPWave will not open. Did you use '$dumpfile("dump.vcd"); $dumpvars;'?On googling, I've found a workaround, but that seems to be the solution for Verilog users. What is the analogous solution for VHDL users? Thank you.