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

Updating readme for running ibex with riscv-compliance #1410

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

haseebazaz-10xe
Copy link

  • While running ibex with riscv-compliance a package was necessary in Ubuntu.
  • Also as riscv-compliance repository name has been updated so it is better to update it in README too. I know it redirects you to new repository but I think its better that repository should be updated here too.
  • Targets in case of riscv-compliance are I, M, C, Zifencei etc instead of rv32imc.

Copy link
Contributor

@imphil imphil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your pull request @haseebazaz-10xe! I have a couple comments, could you please have a look at them?

dv/riscv_compliance/README.md Outdated Show resolved Hide resolved
dv/riscv_compliance/README.md Outdated Show resolved Hide resolved
@@ -62,7 +63,7 @@ How to run RISC-V Compliance on Ibex
# give the absolute path to the simulation binary compiled in step 1
export TARGET_SIM=/path/to/your/Vibex_riscv_compliance

export RISCV_DEVICE=rv32imc
export RISCV_DEVICE=I # Other targets for compliance can be C & M
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just to confirm: IMC is not a valid option anymore?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. Targets in riscv-compliance have changed from rv32imc to I, M, C, Zifencei etc.

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.

None yet

2 participants