-
Essentially trying to build on a FreeBSD amd64 system while using the native gcc 9.2.0 pkgs I see :
CXXLD gdb
/usr/local/bin/ld: source-cache.o: in function `source_cache::get_source_lines(sym…
-
Currently we only test the base CPU with none of the cryptographic extensions. We should extend our cross compiled/emulated coverage to more fully test the platform as part of our CIs.
Something a…
-
Some Picolibc floating-point tests fail on RV32 and RV64 architectures with hardware FPU (F and D extensions)
For instance, on `rv32imafc_zicsr_zifencei`:
```
122/196 picolibc / rounding-mode …
-
Currently to choose between F support or F&D you need to compile the model differently - using `riscv_flen_D.sail` or `riscv_flen_F.sail`.
This is unfortunate because now to support all the differe…
-
# Summary
|New Failures|gcc|g++|gfortran|Previous Hash|
|---|---|---|---|---|
|Resolved Failures|gcc|g++|gfortran|Previous Hash|
|---|---|---|---|---|
|Unresolved Failures|gcc|g++|gfortran|Previous …
-
Presumably, an ILP32-on-RV64 ABI would use ELF32, so the ELF class no longer unambiguously equals XLEN.
This isn't an issue for x86-64's x32 ABI: since x86-64 uses a different ELF machine code than…
-
When I enter a command[qemu-system-riscv64 -machine virt -cpu rv64 -m 48 -smp 1 -bios none -nographic -kernel build-project1/lk.elf], the system cannot start up.
-
# Summary
|New Failures|gcc|g++|gfortran|Previous Hash|
|---|---|---|---|---|
|linux: RVA23U64 profile lp64d medlow multilib |1/1|0/0|0/0|[04696df09633baf97cdbbdd6e9929b9d472161d3](https://github.com…
-
# Summary
|Build Failures|Additional Info|
|---|---|
|gcc-newlib-rv64imc_zba_zbb_zbc_zbs-lp64d-cc40795d8956d78e719a6acc83d5abad7032a6c3-multilib|Check logs|
|New Failures|gcc|g++|gfortran|Previous H…
-
In the current design, some opcodes (e.g. KADD64) are defined to operate on 64 bits: i.e., a register pair in RV32, or a single register in RV64. This seems awkward to implement in configurable-XLEN …