-
Notifications
You must be signed in to change notification settings - Fork 58
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
spike-dasm: Add Snitch ISA aware riscv-isa-sim as submodule #32
Conversation
We should adapt the If all we need from the repo is the |
Behold my new idea: the limbo label 🥲 It labels PRs with long-term unresolved discussions. No, jokes aside, please look into this or redraft this PR. |
I added the Last thing missing is a proper flow for installation on IIS machines. Specifically:
|
* hw: Update SNAX control for 32-bit support * hw: Update SNAX hwpe to reqrsp to support 32-bits * hw: Take out unused parameter * sw: Move uint64_t to uint32_t * sw: Take out unnecessary debug code * sw: Add new line to data.h
I added releases to the riscv-isa-sim repo for both IIS machines and the Ubuntu-based Docker container. Next steps involve:
|
c8e2b8e
to
3a70688
Compare
Add Snitch ISA aware
riscv-isa-sim
version as submodule. Only used forspike-dasm
to make the generated traces more readable.In the old
snitch
repository it was flattened (withoutvendor
) from the repository of @huettern. The branch was ported to the pulp-platform repository.