-
I had transplanted the Chisel implementation of sha3 to the current Rocketchip as following:
1, git rocktchip and toolchain, compile them as README.md
2, git rocc-template
3, add Sha3Accel code i…
-
Hello,
I'm running the make run-vpd in the emulator.
I get the following:
make run-vpd
```
rm -rf output/rv64ui-p-add.vpd.vcd && mkfifo output/rv64ui-p-add.vpd.vcd
vcd2vpd output/rv64ui-p-a…
-
As a freshman, I follow the steps and make run in emulator.
It make finished without error and I get some .out files, but how can I make sure
the result is right?
Another problem, if I write a si…
-
Are there any running configuration file can be shared???Or how should I modify the configuration to make it work?
The riscv configuration file just cannot work on 32bit OS. There are so many errors…
-
Hello,
I have made the RISCV tools. Added the RISCV and riscvtools/bin to the PATH. Now, when I try to run the asm tests, I get error.
`{txace3:emulator} make
mkdir -p /proj/txace/rocket-chip/emul…
-
When I want to rename a file I get an kernel exception about a null pointer fetch at the jump to the syscall in .
The problem seems to be that some syscalls are superseded and must be activated in …
-
[1]+ Stopped ./emulator-rocketchip-RoccExampleConfig ./pk ./rocket-rocc-examples/build/test-accumulator
real 11m56.553s
user 0m0.000s
sys 0m0.000s
-
Hi,
I can build BOOMConfig and MediumBOOMConfig in emulator directory but when I used make CONFIG=MegaBOOMConfig in emulator dir, I get the exact same "java.lang.reflect.InvocationTargetException in…
-
During the boot process of 32-Bit Linux kernel several messages are shown in the console such as the found devices with their hardware addresses.
However the debug output of 64-Bit (long long int) n…
-
As I was trying to make a VCS simulator binary (default configuration) from the folder vcs, I have successfully generate the DefaultL2Config-sim. Next I would like to simulate the hello program using …