FPGA, SoC, And CPLD Boards And Kits
FPGA Evaluation and Development Kits
6194 Discussions

How to simulate a Cyclone V with USB interface?

User1588514511295925
678 Views

How to simulate a Cyclone V with USB interface?

 

My simulation env is ready, with working clk and reset.

How should I simulate a USB interface to this DUT?

 

Thanks.

0 Kudos
3 Replies
Kenny_Tan
Moderator
600 Views

Are you using Qsys? If no, you can setup the DUT using nativelink.

 

You can look into this https://www.youtube.com/watch?v=PmVVXQchv2c

0 Kudos
User1588514511295925
600 Views

What I have done:

on Modelsim 10.5b , build up dut bestbench, and run some testcases.

I may want to use OOP methodology.

 

What I like to know:

  1. Yes, the designers used Qsys for design. How can I use Qsys to run simulation.
  2. Nativelink is simple. But, I am using Modelsim do file as makefile. If I have a OOP

simulation file structure, I don'think I can use Nativelink as I may have monitor, scoreboard,

testbench, testcase, driver, etc. Am I right?

 

Thanks!

0 Kudos
Kenny_Tan
Moderator
600 Views

Thanks, if you were using Qsys. Then you will need to use msim_setup.tcl scripts.

 

Here is the link to follow https://www.youtube.com/watch?v=e0X5KMVt4F8

0 Kudos
Reply