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

add support for vivado xsim and fusesoc #232

Closed
wants to merge 6 commits into from

Conversation

skokvermon
Copy link
Contributor

to run vivado xsim target with fusesoc, first install fusesoc, then

mkdir fusesoc
cd fusesoc
fusesoc library add axi [email protected]:skokvermon/axi.git
fusesoc library add common_cells [email protected]:skokvermon/common_cells.git
fusesoc library add common_verification [email protected]:skokvermon/common_verification.git
fusesoc core list
fusesoc run --tool xsim --target sim --no-export pulp-platform.org::axi:0.35.2.dev

@skokvermon
Copy link
Contributor Author

@andreaskurth Please note that fusesoc doesn't support "-" in version number.
"-dev" version suffix must be replaced with ".dev"

@thommythomaso thommythomaso self-assigned this Aug 30, 2022
@hossein1387
Copy link

Any plan on when this PR will be merged?

@micprog
Copy link
Member

micprog commented Sep 14, 2022

requires pulp-platform/common_verification#4

@thommythomaso
Copy link
Collaborator

Will be implemented in #262. Closed.

@skokvermon
Copy link
Contributor Author

#262 is not working because of wrong ifdef XSIM

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

Successfully merging this pull request may close these issues.

4 participants