Forum Discussion
shubham963
New Contributor
3 years agowhy the output wave is showing blue line in questa-intel FPGA
hi ,
i am trying to generated a pulse for my converter. In Quartus everything is fine and i have seen the output waveform in digital oscilloscope. I want to see the waveform in Questa-Intel FPGA bu...
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