7 lines
259 B
Bash
7 lines
259 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/rvvector/basic/vx_vector_main.hex -s -b 1> emulator.debug
|