From 670f94ef1887f884e4aad371acf1fe2b163a802f Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Mon, 14 Jun 2021 16:18:28 +0000 Subject: [PATCH] add sorbonne logo to wget --- 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 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 -- 2.30.2