David32
Occasional Contributor
2 years agoSimulation of Unified FFT in Questa
Hi
I generated a simple FFT (4k points, streaming) in Quartus 22.4 and also generated the test-bench from within the Platform Designer.
From within Questa 2022.1 I ran according to instructions, i.e.:
1. cd to mentor directory
2. do msim_setup.tcl
3. set my top level
4. com
5. elab
All the above complete with no errors (a few warning about Port type incompatible with port 'clk')
However, no OBJECTS are listed for the testbench module or for the model instance.
If I drill down deeper into the various components then objects are visible.
See the attached screen shots and transcript.
Would appreciate any help.
Thanks
I seem to have solved this by issuing the ld_debug command instead of com/elab.
This apparently adds to no-optimize flag.
david