From: Luke Kenneth Casson Leighton Date: Mon, 14 Jun 2021 16:18:28 +0000 (+0000) Subject: add sorbonne logo to wget X-Git-Tag: LS180_RC3~3^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=670f94ef1887f884e4aad371acf1fe2b163a802f;p=soclayout.git add sorbonne logo to wget --- diff --git a/experiments9/build_full_4ksram_recon.sh b/experiments9/build_full_4ksram_recon.sh index 4207e80..c961b72 100755 --- a/experiments9/build_full_4ksram_recon.sh +++ b/experiments9/build_full_4ksram_recon.sh @@ -14,6 +14,7 @@ echo "also use yosys 049e3abf9" 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 # 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 f187b28..639c2ff 100755 --- a/experiments9/tsmc_c018/build_full_4ksram_recon.sh +++ b/experiments9/tsmc_c018/build_full_4ksram_recon.sh @@ -17,6 +17,7 @@ if [ "${USER}" = "jpc" ]; then echo "Using \"jpc\" configuration."; fi 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 # initialise/update the pinmux submodule if [ "${USER}" = "jpc" ]; then