Forum Discussion
VenT_Altera
Frequent Contributor
3 years agoHi,
To perform Questa simulation, you need to have a test bench. You may refer to this https://community.intel.com/t5/Intel-Quartus-Prime-Software/Creating-test-bench-code-on-Quartus-prime/m-p/586458 on creating a test bench.
Next, for VWF simulation,
- The device family used needs to change to the supported family devices (Arria II GX, Arria II GZ, Cyclone IV E, Cyclone IV GX, MAX II, MAX V, Stratix IV), either one will do.
- Compile the design.
- Create a new University Program VWF.
- Set the nodes and run timing simulation.
Then, you should be able to get the output result. By setting the first_project.bdf to top-level entity, from your design, this is the VWF waveform generated I obtained (ss_VWF_waveform).
Thanks.
Best Regards,
Ven Ting