Skip to content
Snippets Groups Projects
Commit fc020358 authored by dam1n19's avatar dam1n19
Browse files

Updated aes project to now simulate

parent 030b05da
No related branches found
No related tags found
No related merge requests found
......@@ -16,3 +16,6 @@ url = https://git.soton.ac.uk/soclabs/nanosoc_tech.git
[submodule "rtl_primitives_tech"]
path = rtl_primitives_tech
url = https://git.soton.ac.uk/soclabs/rtl_primitives_tech.git
[submodule "secworks-aes"]
path = secworks-aes
url = https://github.com/secworks/aes.git
......@@ -32,7 +32,6 @@ $(SOCLABS_NANOSOC_TECH_DIR)/system/src/verilog/nanosoc_mcu_sysctrl.v
$(SOCLABS_NANOSOC_TECH_DIR)/system/src/verilog/nanosoc_apb_usrt.v
$(SOCLABS_NANOSOC_TECH_DIR)/system/src/verilog/nanosoc_ahb_bootrom.v
$(SOCLABS_NANOSOC_TECH_DIR)/system/src/bootrom/verilog/bootrom.v
//$(SOCLABS_NANOSOC_TECH_DIR)/system/aes/src/nanosoc_exp_wrapper.v
//+incdir+$(SOCLABS_PROJECT_DIR)/secworks-aes/src/rtl
......
......@@ -19,7 +19,7 @@
// ============= Accelerator Module search path =============
// ! Point this to your accelerator filelist
f $(SOCLABS_PROJECT_DIR)/flist/project/accelerator.flist
-f $(SOCLABS_PROJECT_DIR)/flist/project/accelerator.flist
// ============= Wrapper Filelist =========================
-f $(SOCLABS_PROJECT_DIR)/flist/project/wrapper.flist
......@@ -64,4 +64,4 @@
-f $(SOCLABS_PROJECT_DIR)/flist/project/system_tb.flist
// ============= Bootrom Filelist ================
//$(SOCLABS_PROJECT_DIR)/system/src/bootrom/verilog/bootrom.v
$(SOCLABS_PROJECT_DIR)/system/src/bootrom/verilog/bootrom.v
Subproject commit c51fa197a1d89ed556653fd7743c4aba20383b39
Subproject commit 4344fb7198daaae6d40f95b58587af5f869263a2
Subproject commit 23d548a2cbe9c61a8ec90096c6f269ba692534e1
Subproject commit be3bdf3202c87063c7bf38bf3cd3c6db6307a286
......@@ -15,16 +15,16 @@
SIM_NAME=`basename -s .sh "$0"`
# Directory to put simulation files
SIM_DIR=$PROJECT_DIR/simulate/sim/$SIM_NAME
SIM_DIR=$SOCLABS_PROJECT_DIR/simulate/sim/$SIM_NAME
# Create Directory to put simulation files
mkdir -p $SIM_DIR
cd $PROJECT_DIR/simulate/sim/$PROJECT_DIR
cd $SOCLABS_PROJECT_DIR/simulate/sim/$SIM_NAME
# Compile Simulation
# Call makefile in NanoSoC Repo with options
echo ${2}
make -C $NANOSOC_TECH_DIR/system run_xm \
make -C $SOCLABS_NANOSOC_TECH_DIR/system run_xm \
SIM_DIR=$SIM_DIR \
${@:2}
Subproject commit e5b63d6e283f277a79947bcd4a616e4bf3ebadd9
Subproject commit 1c706759aebfbd539a9f035e94737975e00dd5dd
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