commit | debc0a49b00d93416e0efd82f26f7604ae1e7a3a | [log] [tgz] |
---|---|---|
author | Tim Edwards <tim@opencircuitdesign.com> | Mon Dec 28 22:11:40 2020 -0500 |
committer | Tim Edwards <tim@opencircuitdesign.com> | Mon Dec 28 22:11:40 2020 -0500 |
tree | 6c38e617f0de6013d1d67a0d9bdb4dc09308d6d7 | |
parent | b4d6a5d3fd9b4e20872ecb65c6771442e0b0cb75 [diff] [blame] |
Additional support for automatically searching standard places for repositories before attempting a download.
diff --git a/sky130/pdk_info b/sky130/pdk_info new file mode 100644 index 0000000..ee872cd --- /dev/null +++ b/sky130/pdk_info
@@ -0,0 +1,10 @@ +https://github.com/google/skywater-pdk + +# Post Clone Commands +for i in $(git submodule | grep /latest | awk '{print $2}'); do + git submodule init $i +done + +git submodule update + +make timing \ No newline at end of file