-
cd build
make
mkdir -p bareMetal
make -C bareMetal -f /home/abdullah/Workspace/Chisel-practice/rocket-chip/rocket-rocc-examples/build/../bareMetal/Makefile abs_top_srcdir=/home/abdullah/Workspace/C…
-
Hello,
I'm trying to understand interrupts in RISC-V. Especially Machine Timer.
Following the same fachion in [coreboot](https://github.com/riscv/riscv-tests/blob/master/debug/programs/interrupt.c) …
-
/home/RISC/rocket-chip/csrc/SimDTM.cc: In function ‘int debug_tick(unsigned char*, unsigned char, int*, int*, long long int*, unsigned char, unsigned char*, int, long long int)’:
/home/david/rocket-c…
-
the gdbserver log file on a failure makes no sense to me. The error in this case was that I forgot to define `hart.ram`, so the error that makes sense is
```
addrB = self.hart.ram + self.har…
-
I have built DefaultConfig and DualCoreConfig no problem. Trying to build DefaultSmallConfig with `make -j4 CONFIG=DefaultSmallConfig run` gives me error at this point:
`./emulator-freechips.rocket…
-
I want to implement timer interrupt.
After I use `asm volatile("li t0,0x08\n" "csrrs zero,mstatus,t0\n")`,I successfully create the executable file.
But when I run it with `spike pk` ,the termin…
-
Hi, all
I want to know whether BOOM can run big benchmarks like TPC-H, database, and so on. If can, how to run it.
Thanks.
-
Hello,
I apologize for all the comments I have been posting. I have been stuck on this issue for a while and can't seem to get my head wrapped around it. Whenever I try to run the accumulator.c fil…
-
I did everything the Readme said,when i did the last step"**time $ROCKETCHIP_DIR/emulator-freechips.rocketchip.system-RoccExampleConfig -c pk ./build/test-accumulator**",there is no file"test-accumula…
-
Hi,
Emulator is not generating the vcd waveforms.:
./emulator-freechips.rocketchip.system-DefaultConfig-debug -v rv64ui-p-add.vcd $RISCV/riscv64-unknown-elf/share/riscv-tests/isa/rv64ui-p-add
This …