From 62db6638624964f28596504ef1392b0b58fb122d Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Tue, 15 Jun 2021 12:38:01 +0000 Subject: [PATCH] add wget of libresoc gds logo --- experiments9/build_full_4ksram_recon.sh | 1 + experiments9/tsmc_c018/build_full_4ksram_recon.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/experiments9/build_full_4ksram_recon.sh b/experiments9/build_full_4ksram_recon.sh index c961b72..be12a5a 100755 --- a/experiments9/build_full_4ksram_recon.sh +++ b/experiments9/build_full_4ksram_recon.sh @@ -15,6 +15,7 @@ echo "fetching GDS-II files" wget http://ftp.libre-soc.org/C4MLogo.gds wget http://ftp.libre-soc.org/lip6.gds wget http://ftp.libre-soc.org/sorbonne_logo.gds +wget http://ftp.libre-soc.org/libresoc_logo.gds # initialise/update the pinmux submodule git submodule update --init --remote diff --git a/experiments9/tsmc_c018/build_full_4ksram_recon.sh b/experiments9/tsmc_c018/build_full_4ksram_recon.sh index 639c2ff..4d1c8fb 100755 --- a/experiments9/tsmc_c018/build_full_4ksram_recon.sh +++ b/experiments9/tsmc_c018/build_full_4ksram_recon.sh @@ -18,6 +18,7 @@ echo "fetching GDS-II files" wget http://ftp.libre-soc.org/C4MLogo.gds wget http://ftp.libre-soc.org/lip6.gds wget http://ftp.libre-soc.org/sorbonne_logo.gds +wget http://ftp.libre-soc.org/libresoc_logo.gds # initialise/update the pinmux submodule if [ "${USER}" = "jpc" ]; then -- 2.30.2