add fetch of GDS-II files
[soclayout.git] / experiments9 / tsmc_c018 / build_full_4ksram_recon.sh
index d4ece5c16b8c919ca54ff1811adba43d4f176144..f187b28954f2becc350dbeaf2e7d2da7d68e91f2 100755 (executable)
@@ -13,6 +13,11 @@ echo "remember to check doDesign core size"
 echo "also use yosys 049e3abf9"
 if [ "${USER}" = "jpc" ]; then echo "Using \"jpc\" configuration."; fi
 
+# fetch GDS-II files
+echo "fetching GDS-II files"
+wget http://ftp.libre-soc.org/C4MLogo.gds
+wget http://ftp.libre-soc.org/lip6.gds
+
 # initialise/update the pinmux submodule
 if [ "${USER}" = "jpc" ]; then
   # Must be done in the root of the repository when cloning anew.