ipbus/ipbb

`ipbb vivado sim` ?

Opened this issue · 0 comments

Using Vivado simulator with ipbb kind of works already. Right now you can do, for example:

ipbb proj create vivado <project-name> <package>:<component> top_sim.dep # the same .dep file that you would use instead with 'sim'
cd <project-name>
ipbb vivado generate-project
vivado # either open up the GUI and hit "Run Simulation" or write a short .tcl script to run the sim in batch mode

The last step is the only 'annoyance' in this process. It would be great if one could run finally:

ipbb vivado sim

or maybe broken down into more steps like:

ipbb vivado elaborate
ipbb vivado sim