Forum Discussion
FabianL
Occasional Contributor
1 year agoAvalon Verification IP Suite: Stream Example is not working
Hello, I tried the Avalon Verification IP Suite Avalon-ST Example: https://www.intel.com/content/www/us/en/docs/programmable/683439/20-4/avalon-st-verilog-hdl-testbench.html But when I use Quartus ...
- 1 year ago
Hi Fabian,
The design example is based on version Standard IP hierarchy. For Pro version IP hierarchy, please make changes to files attached.
Thanks,
Regards,
Sheng
ShengN_altera
Super Contributor
1 year agoHi,
Could you download the verbosity_pkg.sv file from here https://github.com/ptracton/altera/blob/master/common_tools/behavioral/packages/verbosity_pkg.sv and put in the same directory with test_program.sv
Edit the load_sim.tcl as below:
vlog -reportprogress 300 -sv ./verbosity_pkg.sv
vlog -sv ./test_program.sv
vlog -sv ./top.sv
Thanks,
Regards,
Sheng