Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ipbb vivado sim ? #168

Open
thesps opened this issue Sep 14, 2022 · 0 comments
Open

ipbb vivado sim ? #168

thesps opened this issue Sep 14, 2022 · 0 comments

Comments

@thesps
Copy link

thesps commented Sep 14, 2022

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant