@@ -90,9 +90,15 @@ This design instantiates a custom (AMBA-AHB) wrapper around the AES core to impl
To run the simulation the 'socsim' command executes the makefile in the 'nanosoc_tech' microcontroller framework. (Edit the simulator target in nanosoc_tech/system/makefile for the simulator EDA tool used). Then use the:
`socsim system_aes128 TESTNAME=aes128_tests`
`socsim test_nanosoc TESTNAME=hello`
This runs the integration test program on the Arm Cortex-M0 processor using the 'system_aes128.sh' script provided in the simulate/socsim directory and the logs are produced in the simulate/sim/system_aes128/logs directory.
This runs the integration test program on the Arm Cortex-M0 processor using the 'test_nanosoc.sh' script provided in the simulate/socsim directory and the logs are produced in the simulate/sim/test_nanosoc/logs directory.
This will only run simulations on nanosoc, without the accelerator instantiated, you can also run simulations with your accelerator using
`socsim test_accelerator TESTNAME=xx`
Replacing the xx with the chosen test you want to run