Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21608 Discussions

How Simulate Avalon Bus

Altera_Forum
Honored Contributor II
1,437 Views

I have a VHDL peripherical that use avalon bus in read and write, How can i simulate the peripherical whit Quartus o ModelSim? 

 

Thanks:( 

 

0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
586 Views

Since you have the code written in VHDL you have only to write a testbench file related to your module.Try to make a project in ModelSim containing both the module and the testbench.

0 Kudos
Altera_Forum
Honored Contributor II
586 Views

Hi Emilio, recently I learned how I can debug avalon bus signals. 

 

Follow this guide : ftp://ftp.altera.com/up/pub/tutorials/de2/digital_logic/tut_signaltapii_vhdlde2.pdf you can also acces to this document and other following this link http://www.altera.com/education/univ/materials/manual/unv-lab-manual.html

 

Use Signal TAP II, compile your project and download sof file on yor board, then run NIOS2 EDS using debug perspective, in this way you can follow AVALON BUS Signals step by step.
0 Kudos
Reply