Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
13 years ago

NIOS II SOC SW Simulation Too Slow to be useful...

Has anyone seriously used simulation of a NIOS II SOC with SW to debug the design? Yes, I used AN351

to run and say "Hello World" in simulation but in a real full size SOC it takes forever to run.

I tried a very simple program that write to LED_PIO, and yes it runs, but it mostly accesses SDRAM.

What is needed is a NIOS II BFM that obeys the AVALON bus protocol but executes simple Read/Write (bus cycles)

instructions from a stimulus file. It does not run any 'C' SW!

Any suggestions?

2 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    You know there is an Avalon-MM master BFM that does exactly that right?

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Thank you very much ! I did not know but I just found out that there is such a BFM and I am going through the tutorial... Thanks for your help!!!