7 lines
248 B
Bash
7 lines
248 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 ../../runtime/mains/nativevecadd/vx_pocl_main.hex -s -b 1> emulator.debug
|