From ba99e531568ad8af4d2372133f56e4aeb868b362 Mon Sep 17 00:00:00 2001 From: dam1n19 <dam1n19@soton.ac.uk> Date: Wed, 28 Jun 2023 16:47:40 +0100 Subject: [PATCH] use mti instead --- simulate/socsim/system_secworks_aes128.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simulate/socsim/system_secworks_aes128.sh b/simulate/socsim/system_secworks_aes128.sh index 9066517..4e1493f 100755 --- a/simulate/socsim/system_secworks_aes128.sh +++ b/simulate/socsim/system_secworks_aes128.sh @@ -24,7 +24,7 @@ cd $SOCLABS_PROJECT_DIR/simulate/sim/$SIM_NAME # Compile Simulation # Call makefile in NanoSoC Repo with options echo ${2} -make -C $SOCLABS_NANOSOC_TECH_DIR/system run_xm \ +make -C $SOCLABS_NANOSOC_TECH_DIR/system run_mti \ SIM_DIR=$SIM_DIR \ ${@:2} -- GitLab