add 4k sram build
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 20 Feb 2021 15:25:29 +0000 (15:25 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 20 Feb 2021 15:25:29 +0000 (15:25 +0000)
experiments9/build_full_4ksram.sh [new file with mode: 0755]

diff --git a/experiments9/build_full_4ksram.sh b/experiments9/build_full_4ksram.sh
new file mode 100755 (executable)
index 0000000..c63e814
--- /dev/null
@@ -0,0 +1,29 @@
+#!/bin/sh
+
+# full core build including QTY 4of 4k SRAMs: please remember to alter
+# doDesign.py before running!
+# change the settings to the larger chip/corona size
+echo "remember to check doDesign core size"
+
+# initialise/update the pinmux submodule
+git submodule update --init --remote
+
+# makes symlinks to alliance
+./mksyms.sh
+
+# generates the io pads needed for ioring.py
+make pinmux
+
+# clear out
+make clean
+rm *.vst *.ap
+
+# copies over a "full" core
+cp non_generated/full_core_4_4ksram_ls180.il ls180.il
+
+# make the vst from ilang
+make vst
+
+# starts the build.
+make lvx
+