-
I've noticed that there are at least two different approaches being used for encoding immediate values that exclude one or more LSBs in the ISA documentation. I think this multiplicity of methods coul…
-
参考 [教程](https://github.com/openjdk-riscv/jdk11u/wiki/SPECjvm2008-Benchmark) 方法,开始测试jdk8
当前报错
```
zhangxiang@k9-plct:~/rv32/SPECjvm$ /home/zhangxiang/rv-jdk8u/jdk8u/build/linux-riscv64-normal-core…
-
I attempted to launch the prebuilt image files:
```shell
./rv_emu --bios linux5.4/fw_jump.bin --kernel linux5.4/Image --rootfs linux5.4/busybox.bin --dts dts/riscv_em.dtb
```
OpenSBI appears as …
jserv updated
2 years ago
-
The example shell scripts (e.g. `RUN_RV32_fibonacci.sh`, `RUN_RV64_dhrystone.sh` etc) have CRLF line teminators, when they shouldn't. Using dos2unix sorts this out, but it would be best to not have to…
-
Hi,
I am a bit confused by how zbpbo works, so I open this issue. Take `clz` as example,
> RV32: Replaced with CLZ in Zbpbo. RV64: Zpn
Does it mean, in rv32 we generate `clz` when the arch has…
-
```ERROR: Module `rv32_writeback' referenced in module `rv32' in cell `writeback' does not have a port named 'rvfi_ixl'.```
It seems to not be passing verification with a clean install directory wi…
-
When running just the F extension for RV64, I thought that it should also pick up the RV32/F tests. All it does is runt he test cases in RV64i_m/F dir.
Am I missing something?
riscof run --con…
-
After validation of all RV32I instructions
-
Zpn 0.9.5. did not require `smax64`.
Zbpbo requires it tho via `max` (spec says "RV32 and RV64" instead of "RV32 only").
There is no information about adding new instruction required for P-extension…
-
My plan was quickly build RV32 for linux, test different cache features, and study how to write a board for Arria 10 board.
Without any good knowledge of the process, I just copy pasted commands ha…