ZPUino Wishbone Simulator


Jack Gassett

Recommended Posts

We've been working on porting a stepper control core to work as a wishbone peripheral on the ZPUino. To help us out with this process Alvie put together a really cool wishbone testbench that lets us simulate the core by manually writing to the wishbone registers. This is a very lightweight solution that lets you verify your wishbone peripherals without the overhead of simulating or synthesizing the full ZPUino Soft Processor!

 

The code is located on github.

 

http://youtu.be/OavmO1CyBts



This post has been promoted to an article
Link to comment
Share on other sites

  • 2 months later...

Hi,

this simulation project is very usefull as the ZPUino is quite long to synthesize.

 

Juste a remarque,

I used this simulation project to simulate a custom periferal of my own based on the exemples of this topic:

The exemple 1 is not working with the simulator because of "Asynchronous acknowledge" i guess.

I had to move my periferal on the exemple 2, and it works perfectly.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.