You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker run --rm -v $(PDK_ROOT):$(PDK_ROOT) -v $(CARAVEL_ROOT):$(CARAVEL_ROOT) -e CARAVEL_ROOT=$(CARAVEL_ROOT) -e PDK_ROOT=$(PDK_ROOT) -u $(shell id -u $(USER)):$(shell id -g $(USER)) efabless/openlane:current sh -c "cd $(CARAVEL_ROOT); make build-pdk; make gen-sources"
Copy file name to clipboardExpand all lines: docs/source/index.rst
+1-16Lines changed: 1 addition & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,11 +128,7 @@ power supply to the circuit.
128
128
Building the PDK
129
129
================
130
130
131
-
You have two options for building the pdk:
132
-
133
-
- Build the pdk natively.
134
-
135
-
Make sure you have `Magic VLSI Layout Tool <http://opencircuitdesign.com/magic/index.html>`__ `version 8.3.160 <https://github.com/RTimothyEdwards/magic/tree/8.3.160>`__ installed on your machine before building the pdk.
131
+
Make sure you have `Magic VLSI Layout Tool <http://opencircuitdesign.com/magic/index.html>`__ `version 8.3.265 <https://github.com/RTimothyEdwards/magic/tree/8.3.265>`__ installed on your machine before building the pdk.
136
132
137
133
.. code:: bash
138
134
@@ -145,18 +141,7 @@ Make sure you have `Magic VLSI Layout Tool <http://opencircuitdesign.com/magic/i
145
141
146
142
make pdk
147
143
148
-
- Build the pdk using openlane's docker image which has magic installed.
149
-
150
-
.. code:: bash
151
-
152
-
# set PDK_ROOT to the path you wish to use for the pdk
153
-
export PDK_ROOT=<pdk-installation-path>
154
-
155
-
# you can optionally specify skywater-pdk and open-pdks commit used
156
-
# by setting and exporting SKYWATER_COMMIT and OPEN_PDKS_COMMIT
157
-
# if you do not set them, they default to the last verfied commits tested for this project
0 commit comments