Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16822 Discussions

Mentor Verification AXI IP Simulation Error with ModelSim-AE

BigHandsomeBee
567 Views

I'm using Quartus Prime Pro 21.2, and I'm running the example following the document provided by Intel.

 

Chapter 12

https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/mentor_vip_axi34_ae_usr.pdf

 

I'm following the process:

1. Open Qsys project

2. Generate HDL

3. Run the command line:

vsim -mvchome=$QUARTUS_ROOTDIR/../ip/altera/mentor_vip_ae/common -c -do example.do

 

I got the following error:

BigHandsomeBee_0-1648175011370.png

 

It seems like that there is some issue with the provided testbench file top.sv. How could I resolve this error?

 

Thank you.

0 Kudos
1 Reply
sstrell
Honored Contributor III
537 Views

I'm not sure what the -c switch does in your command line.  You have to make sure to change the directory in ModelSim to point to the location of the simulation files.  The guide has you do this in the GUI (page 681).  Probably not the issue.

What does the code in the generated top.sv file say at those lines?

0 Kudos
Reply