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:
Using Vivado simulator with
ipbb
kind of works already. Right now you can do, for example:The last step is the only 'annoyance' in this process. It would be great if one could run finally:
or maybe broken down into more steps like: