You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: