I use the default CONFIG to test a simple hello.riscv file.
In the path "chipyard/sims/verilator", When executing command : "./simulator-chipyard-RocketConfig pk hello" ,it can output 'Hello' normally.
But when executing "make run-binary-debug BINARY=hello", It will report the error in hello.log file as this:
[UART] UART0 is here (stdin/stdout).
[0] %Error: chipyard.TestHarness.RocketConfig.harness.v:25645: Assertion failed in TOP.TestHarness.ram.buffer_1.monitor
%Error: /home/dios/Desktop/chipyard/sims/verilator/generated-src/chipyard.TestHarness.RocketConfig/chipyard.TestHarness.RocketConfig.harness.v:25645: Verilog $stop
Aborting...
whatever riscv file I use to test, it always shows this result, how to solve this problem?
