ipbus / ipbb

IPbus Builder Tool
GNU General Public License v3.0
12 stars 12 forks source link

`ipbb vivado sim` ? #168

Open thesps opened 2 years ago

thesps commented 2 years ago

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