#108 Add instructions on checking out submodules (...
# general
g
#108 Add instructions on checking out submodules (plus make targets) Issue opened by mithro There should be instructions on checking out the submodules. Due to the size of the data we should make sure the modules are being checked out in shallow mode.
Copy code
cd skywater-pdk
	git submodule init libraries/sky130_fd_sc_hd/latest
	git submodule init libraries/sky130_fd_sc_hdll/latest
	git submodule init libraries/sky130_fd_sc_hs/latest
	git submodule init libraries/sky130_fd_sc_ms/latest
	git submodule init libraries/sky130_fd_sc_ls/latest
	git submodule init libraries/sky130_fd_sc_lp/latest
	git submodule init libraries/sky130_fd_sc_hvl/latest
	git submodule update
Maybe the following links might help; • https://gist.github.com/kouk/3ba77edce12e95c1f779https://stackoverflow.com/questions/2144406/how-to-make-shallow-git-submodules google/skywater-pdk