-
RISCV_DEBUG is never used, but could be used to determine if the emulator should be built with certain single-instruction-level debugging support. Something to think about. The emulator is considered …
-
According to the privileged spec (Section 3.7.1.3 of version 20240411)
> If at least one PMP entry is implemented, but all PMP entries' A fields are set to OFF, then all S-mode and U-mode memory ac…
-
After I added a module to pulp_soc and synthesized PULPissimo for zcu102 I'm struggling with openocd, this is the result of the debug view. I've installed the patched version of openocd through pulp-s…
-
```
+ cd build/linux-riscv64-normal-server-slowdebug/hotspot/linux_riscv64_compiler2/generated
+ bash -c '/usr/bin/g++ -DLINUX -D_GNU_SOURCE -DRISCV64 -DASSERT -I. -I/home/yansendao/git/riscv-port-j…
-
I have implemented a GEMM kerenl using RVV and complie it into a bare metal using AM. Before simulation, I deleted the function calls that were not aligned with the RTL and depended on the vector dest…
-
**Describe the bug**
- What workload are you running? Baremetal workload, bbl+Linux+application or checkpoints?
- What is the expected behavior? What is the actual behavior?
- Can this issue be c…
-
```
/usr/bin/gmake VERBOSE="" LOG_LEVEL="debug" -R -I /home/yansendao/git/riscv-port-jdk8u-ysd/make/common -f /home/yansendao/git/riscv-port-jdk8u-ysd/hotspot/make/linux/makefiles/jvmti.make -rR -I/…
-
```
+ cd build/linux-riscv64-normal-server-slowdebug/hotspot/linux_riscv64_compiler2/generated
+ bash -c '/usr/bin/g++ -DLINUX -D_GNU_SOURCE -DRISCV64 -DASSERT -I. -I/home/yansendao/git/riscv-port-j…
-
hi!
After I have finished the compilation of rtl and prog/test.c by using vcs and gcc, i run the command "`//opt/openocd/bin/openocd -f dm_compliance_test.cfg`". And it is giving the output like this…
-
Still debugging this, but here is a simple repro case that fails at Halide compilation time:
```
int main(int argc, char **argv) {
Var x{"x"}, y{"y"}, c{"c"};
ImageParam input(UInt(8),…