From d3ec29a47d601a30264145fccd646d27a9fca194 Mon Sep 17 00:00:00 2001 From: dam1n19 <dam1n19@soton.ac.uk> Date: Sat, 29 Apr 2023 15:12:06 +0100 Subject: [PATCH] SOC1-167: Updated socsim script to remove bootrom gen --- nanosoc | 2 +- simulate/socsim/system_secworks_sha256.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/nanosoc b/nanosoc index 437bacb..f301192 160000 --- a/nanosoc +++ b/nanosoc @@ -1 +1 @@ -Subproject commit 437bacbcd07313fc32af8359062de654450f0d65 +Subproject commit f3011926171a1aeb8215444e32065dd3f13c806f diff --git a/simulate/socsim/system_secworks_sha256.sh b/simulate/socsim/system_secworks_sha256.sh index 5998412..339422a 100755 --- a/simulate/socsim/system_secworks_sha256.sh +++ b/simulate/socsim/system_secworks_sha256.sh @@ -26,7 +26,6 @@ cd $PROJECT_DIR/simulate/sim/system_secworks_sha256 echo ${2} make -C $NANOSOC_TECH_DIR/system run_xm \ SIM_DIR=$SIM_DIR \ - BOOTROM_GEN=yes \ ADP_FILE=$PROJECT_DIR/system/stimulus/adp_hash_stim.cmd \ ${@:2} -- GitLab