Altera_Forum
Honored Contributor
16 years agoVerilog TestBench in Quartus II web edition
I have a verilog testbench and a testcase from a previous design and am trying to revive it using quartus II web edition software. The testbench has been successfully compiled and simulated using some other simulator long ago. All i need to do is check the integrity of the design files and do a sample simulation. I believed with minor tool specific tweaks i should be able to do it.
However, It seems like for functional simulation in quartus II, one needs to generate a vector file, which i think is significant rework. Is there any way to just be able to compile and functionally simulate any existing verilog testbench with quartus II ? Regards.