7 lines
265 B
Bash
7 lines
265 B
Bash
echo start > results.txt
|
|
|
|
# echo ../kernel/vortex_test.hex
|
|
make
|
|
printf "Fasten your seatbelts ladies and gentelmen!!\n\n\n\n"
|
|
cd obj_dir && ./Vcache_simX -E -a rv32i --core /home/fares/Desktop/Vortex/runtime/mains/simple/vx_simple_main.hex -s -b 1> emulator.debug
|