simX refactoring + removed oldRTL + CSR updates
This commit is contained in:
@@ -3,17 +3,14 @@
|
||||
make
|
||||
make -C ../runtime/tests/dev
|
||||
make -C ../runtime/tests/hello
|
||||
make -C ../runtime/tests/nativevecadd
|
||||
make -C ../runtime/tests/nlTest
|
||||
make -C ../runtime/tests/simple
|
||||
make -C ../runtime/tests/vecadd
|
||||
|
||||
cd obj_dir
|
||||
echo start > results.txt
|
||||
|
||||
printf "Fasten your seatbelts ladies and gentelmen!!\n\n\n\n"
|
||||
|
||||
#./Vcache_simX -E -a rv32i --core ../runtime/tests/dev/vx_dev_main.hex -s -b 1> emulator.debug
|
||||
#./Vcache_simX -E -a rv32i --core ../runtime/tests/hello/hello.hex -s -b 1> emulator.debug
|
||||
./Vcache_simX -E -a rv32i --core ../runtime/tests/nativevecadd/vx_pocl_main.hex -s -b 1> emulator.debug
|
||||
./Vcache_simX -E -a rv32i --core ../runtime/tests/simple/vx_simple_main.hex -s -b 1> emulator.debug
|
||||
./Vcache_simX -E -a rv32i --core ../runtime/tests/vecadd/vx_pocl_main.hex -s -b 1> emulator.debug
|
||||
#./simX -a rv32i -i ../runtime/tests/dev/vx_dev_main.hex -s 1> emulator.debug
|
||||
#./simX -a rv32i -i ../runtime/tests/hello/hello.hex -s 1> emulator.debug
|
||||
./simX -a rv32i -i ../runtime/tests/nlTest/vx_nl_main.hex -s 1> emulator.debug
|
||||
./simX -a rv32i -i ../runtime/tests/simple/vx_simple_main.hex -s 1> emulator.debug
|
||||
|
||||
Reference in New Issue
Block a user