Skip to content
Snippets Groups Projects
Commit 104e17f7 authored by David Mapstone's avatar David Mapstone
Browse files

SOC1-121: Updated Top Repo with SoCSim submodule

parent 100c0f5e
No related branches found
No related tags found
No related merge requests found
*.vcd
*.vvp
\ No newline at end of file
......@@ -7,3 +7,6 @@
[submodule "nanosoc"]
path = nanosoc
url = git@git.soton.ac.uk:soclabs/nanosoc.git
[submodule "socsim"]
path = socsim
url = git@git.soton.ac.uk:soclabs/socsim.git
Subproject commit 341995f2792589d454d2a7f026a1158e4ba0f063
Subproject commit a51dddead317f88afdf266458383501d96429ae3
......@@ -15,4 +15,13 @@ DEFAULT_SIMULATOR="ivlog"
if [[ -z "${SIMULATOR}" ]]; then
SIMULATOR=$DEFAULT_SIMULATOR
fi
$SOC_TOP_DIR"/flow/simulators/"$SIMULATOR"_sim.sh" $@
# $SOC_TOP_DIR"/flow/simulators/"$SIMULATOR"_sim.sh" $@
for d in $SOC_TOP_DIR/* ; do
if [ -f "$d/.git" ]; then
if [ -f "$d/simulate/socsim/$1.sh" ]; then
# If .git file exists - submodule
bash $d/simulate/socsim/$1.sh
fi
fi
done
\ No newline at end of file
Subproject commit 2899c7d990cf38184c54a18ba38cc59f2cf037ac
Subproject commit 1dd9a82ce6170d363933240053894e8f84928e55
Subproject commit 55fae46b24cd1ec6e93347e553ad3d5e88fc0064
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