using modelsim simulation -> "Avalon® Verification IP Suite Design Example"
i Tried below Steps using Attached zip files
- Intel FPGA Starter Edition 10.5b (modelsim)
At the step 7, script Line#6
vlog -novopt -reportprogress 300 -work work ./slave_bfm_sopc.v
# ** Error: (vlog-7) Failed to open design unit file "./slave_bfm_sopc.v" in read mode.
# No such file or directory. (errno = ENOENT)
and also cannot download that Intel FPGA That BFM Links.
(PDF / Zip)
Try to Download Zip
The requested URL was rejected. Please consult with your administrator.
Your support ID is: 15434485139140875093
[Go Back]
Try to Download PDF
The requested URL was rejected. Please consult with your administrator.
Your support ID is: 15434485139120367810
[Go Back]
To run the simulation, follow these steps:
1. Start the ModelSim-Altera software.
2. On the File menu, click Change Directory.
3. Navigate to
<working_directory>\ug_avalon_verification\sopc_builder\tutorial_slave_bfm
and click OK.
4. On the Compile menu, click Compile Options.
5. Click the Select Verilog & SystemVerilog tab.
6. In the Language Syntax box, select Use SystemVerilog and click OK.
7. Click Load on the File menu to open the Modelsim script file, script.do.
The script file creates a new working library, compiles all source files, runs
simulation, and loads signals into the Modelsim wave viewer.
If you are running ModelSim-SE you must use the
-novopt
option to prevent
ModelSim from optimizing the design, making the signals specified in for the wave
viewer unavailable.