-
previous work on RV32 and RV64
https://delaat.net/rp/2019-2020/p49/report.pdf
https://reverseengineering.stackexchange.com/questions/22558/reversing-a-key-gen-firmware-for-risc-v
Ghidra release…
-
# Summary
|Build Failures|Additional Info|
|---|---|
|gcc-linux-rv64gcv-lp64d-70f59d2a1c51bde085d8fc7df002918851e76c9c-multilib|Check logs|
|gcc-linux-rv32gc-ilp32d-70f59d2a1c51bde085d8fc7df002918851…
-
No one has been beating down the door requesting changeable XLEN, but since it'll probably happen eventually, I wanted to have a place to take notes on what changes need to be made. (cc @jerryz123 @s…
-
We recently ran into an issue with poor scalar RV64 codegen:
https://godbolt.org/z/fGjGn7rr1
Interestingly, the issue is not there when the offsets are not compile-time constants.
EDIT: See https…
-
# Summary
|New Failures|gcc|g++|gfortran|Previous Hash|
|---|---|---|---|---|
|linux: RVA23U64 profile lp64d medlow multilib |2/1|0/0|0/0|[0dcfef42df473c60a2343a66d289f7844edaff1e](https://github.com…
-
Currently, https://github.com/riscv-non-isa/riscv-elf-psabi-doc/blob/master/riscv-elf.adoc classifies `R_RISCV_32` as a "both" (dynamic and static) relocation. But it's considered a dynamic relocation…
-
Godot GDExtensions should follow a naming convention ideally that depends on the configuration.
For GDExtension example [from the GDExtension tutorial](https://docs.godotengine.org/en/stable/tutorial…
-
This issue will track the changes required to support the disassembly of RISC-V (www.riscv.org) instruction set. I will start with the support for RV64 first and then add the support for RV32 and comp…
-
## What happened
By using the scripts given by [tools/README.md](https://github.com/riscv/riscv-crypto/blob/master/tools/README.md) to install toolchain for RV64, spike software installed is outdat…
-
Hi
I'm wondering what is actual meaning for CSR width/size in RISCV architecture?
What should upper bits of target GPR be after read from "32 bit" CSRs in RV64? ( I guess 0)
Why are some CSRs …