Critical Issue
Description
ModelSim simulation of the example design for MegaWizard-generated systems displays only the clk and reset signals in the waveform viewer.
Resolution
The workaround for this issue is as follows:
- Open the existing
<variant_name>_example_design/simulaion/<variant_name>_example_sim.qsffile in a text editor and add the following line to the file:set_global_asignment -name EDA_NATIVELINK_SIMULATION_SETUP_SCRIPT my_wave.do -section_id eda_simulationwhere<my_wave>.dois a file name of your choice - Create a ModelSim
<my_wave>.dofile in the<variant_name>_example_design/simulationdirectory. Ensure that the<my_wave>.dofile has the following content:“ add wave dut/<variant_name>_example_sim_inst/* run -all “