Skip to content
Snippets Groups Projects
Commit 4ab981bb authored by dwn1c21's avatar dwn1c21
Browse files

Update README.md

parent 6dd7c6ea
No related branches found
No related tags found
No related merge requests found
Pipeline #11371 passed
......@@ -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
## Adding testcodes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment