add sorbonne logo to wget
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 14 Jun 2021 16:18:28 +0000 (16:18 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 14 Jun 2021 16:18:28 +0000 (16:18 +0000)
experiments9/build_full_4ksram_recon.sh
experiments9/tsmc_c018/build_full_4ksram_recon.sh

index 4207e8038b7a363add8faaafd409869e6768f71d..c961b72ad81089cf37810be4d1be2f75b6be3d46 100755 (executable)
@@ -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
index f187b28954f2becc350dbeaf2e7d2da7d68e91f2..639c2ff48e133e614ac2ae2ef378956cb2e2214b 100755 (executable)
@@ -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