From: Luke Kenneth Casson Leighton Date: Fri, 2 Oct 2020 10:54:21 +0000 (+0000) Subject: update build.sh X-Git-Tag: partial-core-ls180-gdsii~47 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0bc76646189a6701a2e728034267f8265f490c2b;p=soclayout.git update build.sh --- 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