From: Luke Kenneth Casson Leighton Date: Thu, 5 Nov 2020 12:11:43 +0000 (+0000) Subject: add build scripts for ls180 X-Git-Tag: partial-core-ls180-gdsii~29 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8509e5aa66f07499f6497ace08a51f32fb4a3b32;p=soclayout.git add build scripts for ls180 --- diff --git a/experiments9/build_full.sh b/experiments9/build_full.sh new file mode 100755 index 0000000..1a0558d --- /dev/null +++ b/experiments9/build_full.sh @@ -0,0 +1,24 @@ +#!/bin/sh + +# full core build: please remember to alter ioring.py before running! +# change the settings to the larger chip/corona 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_ls180.il ls180.il + +# starts the build. +make lvx +