-
Updated
Oct 29, 2020 - C
riscv
Here are 263 public repositories matching this topic...
Summary:
A nice-to-have feature is the ability to enable and disable hardware features from the software.
Examples:
- Enable TSO memory consistency
- Enable watchdog timer
- Change predictor behaviors
High-level thoughts:
- Do not use non-standard Control/Status Registers (CSRs). The address space will get too congested, not indexable, messy to assemble for, etc.
- Inst
This is not strictly related to CV32E40P as the problem seems to be in fpnew, but did anybody verify the operation of CV32E40P with fpnew in verilator?
There is a coding-style in fpnew, which prevents verilator to work. But even if this problem is solved, the simulation is not running due to a deadlog in the div_sqrt unit. The same code runs with Questa/Modelsim without problems!?
It is hard
Improve erroring
Many errors are quite hard to guess for folks on what's actually going wrong.
People come in to the Matrix chat and it's easy for us to tell what's wrong or what might be wrong.
We should add a means to add hints to an error on what might be wrong.
@therealprof started on utilizing thiserror properly, together with anyhow. This is a great start, but we need to start adding those additio
I have just recently installed RARS as a replacement for RVS and there doesn't seem to be the ability to display the hex and decimal value at the same time.
If there is already a way to do this apologies for the issue.
-
Updated
Nov 13, 2020 - C
-
Updated
Jan 15, 2020 - C
-
Updated
Sep 17, 2019 - Forth
-
Updated
Sep 26, 2020 - Rust
-
Updated
Nov 5, 2020 - Rust
-
Updated
Oct 18, 2020 - Python
-
Updated
Jul 7, 2020 - F#
-
Updated
Jan 23, 2020 - Scala
-
Updated
Nov 13, 2020 - Rust
-
Updated
Nov 9, 2020 - BitBake
Improve this page
Add a description, image, and links to the riscv topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the riscv topic, visit your repo's landing page and select "manage topics."

If this is not the case a page fault should be generated. Right now we generate an instruction access fault.
https://github.com/pulp-platform/ariane/blob/ad70ce1f30dad539e5a365ffe71a02aaf20b397e/src/load_store_unit.sv#L339