From 0bc76646189a6701a2e728034267f8265f490c2b Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Fri, 2 Oct 2020 10:54:21 +0000 Subject: [PATCH] update build.sh --- experiments9/build.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/experiments9/build.sh b/experiments9/build.sh index 0e66e30..56cf914 100755 --- a/experiments9/build.sh +++ b/experiments9/build.sh @@ -1,7 +1,17 @@ #!/bin/sh +# 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 + +# copies over a "dummy" core (empty) +cp non_generated/ls180.vst . + +# starts the build. make lvx -- 2.30.2