mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-16 15:38:48 +00:00
HW8 (3)
This commit is contained in:
10
bench/debug-bench.sh
Executable file
10
bench/debug-bench.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
GDB_PORT=8888
|
||||
|
||||
make clean
|
||||
make bench
|
||||
|
||||
qemu-riscv64-static -L /usr/riscv64-linux-gnu -g "$GDB_PORT" bench &
|
||||
echo "Ready!"
|
||||
wait
|
||||
Reference in New Issue
Block a user