[DOC] README reference update
diff --git a/Makefile b/Makefile index d5fa7b2..20b3d5a 100644 --- a/Makefile +++ b/Makefile
@@ -115,7 +115,7 @@ ### OPEN_PDKS $(PDK_ROOT)/open_pdks: - git clone git://opencircuitdesign.com/open_pdks $(PDK_ROOT)/open_pdks + git clone https://github.com/RTimothyEdwards/open_pdks.git $(PDK_ROOT)/open_pdks .PHONY: open_pdks open_pdks: check-env $(PDK_ROOT)/open_pdks
diff --git a/README.md b/README.md index 7bae8bb..198a4b2 100644 --- a/README.md +++ b/README.md
@@ -44,7 +44,7 @@ - [Magic VLSI Layout Tool](http://opencircuitdesign.com/magic/index.html) installed on your machine. We may provide a Dockerized version later.\* - You have your user_project_wrapper.gds under `./gds/` in the Caravel directory. - > \* **Note:** You can avoid the need for the magic prerequisite by using the openlane docker to run the make step. This [section](#running-make-using-openlane's-magic) shows how. + > \* **Note:** You can avoid the need for the magic prerequisite by using the openlane docker to run the make step. This [section](#running-make-using-openlane-magic) shows how. Run the following command: @@ -55,7 +55,7 @@ This should merge the GDSes using magic and you'll end up with your version of `./gds/caravel.gds`. You should expect hundred of thousands of magic DRC violations with the current "development" state of caravel. -## Running Make using OpenLANE's Magic +## Running Make using OpenLANE Magic To use the magic installed inside Openlane to complete the final GDS streaming out step, export the following: