feat: implement privileged mode support
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
TESTBENCH="../verilator/obj_dir/VCore"
|
||||
TESTS_DIR="../../riscv-tests/isa"
|
||||
RESULTS_FILE="test_results.txt"
|
||||
RESULTS_FILE="../results/test_results.txt"
|
||||
|
||||
if [ ! -x "$TESTBENCH" ]; then
|
||||
echo "Error: Testbench not found. Run 'make compile' first."
|
||||
|
||||
Reference in New Issue
Block a user