Skip to content

ipbb vivado sim ? #168

@thesps

Description

@thesps

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions