7 lines
249 B
Bash
Executable File
7 lines
249 B
Bash
Executable File
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 ../../rvvector/benchmark_temp/vx_vec_benchmark.hex -s -b 1> emulator.debug
|