librelane 2.4.0.dev14__py3-none-any.whl → 2.4.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of librelane might be problematic. Click here for more details.
- librelane/__main__.py +2 -1
- librelane/steps/openroad.py +1 -1
- {librelane-2.4.0.dev14.dist-info → librelane-2.4.1.dist-info}/METADATA +2 -2
- {librelane-2.4.0.dev14.dist-info → librelane-2.4.1.dist-info}/RECORD +6 -6
- {librelane-2.4.0.dev14.dist-info → librelane-2.4.1.dist-info}/WHEEL +0 -0
- {librelane-2.4.0.dev14.dist-info → librelane-2.4.1.dist-info}/entry_points.txt +0 -0
librelane/__main__.py
CHANGED
|
@@ -378,7 +378,8 @@ o = partial(option, show_default=True)
|
|
|
378
378
|
"Containerization options",
|
|
379
379
|
o(
|
|
380
380
|
"--docker-mount",
|
|
381
|
-
"--container-mount"
|
|
381
|
+
"--container-mount",
|
|
382
|
+
"-m",
|
|
382
383
|
"docker_mounts",
|
|
383
384
|
multiple=True,
|
|
384
385
|
is_eager=True, # container options should be processed before anything else
|
librelane/steps/openroad.py
CHANGED
|
@@ -2137,7 +2137,7 @@ class RepairDesignPostGPL(ResizerStep):
|
|
|
2137
2137
|
Variable(
|
|
2138
2138
|
"DESIGN_REPAIR_BUFFER_OUTPUT_PORTS",
|
|
2139
2139
|
bool,
|
|
2140
|
-
"Specifies whether or not to insert buffers on
|
|
2140
|
+
"Specifies whether or not to insert buffers on output ports when design repairs are run.",
|
|
2141
2141
|
default=True,
|
|
2142
2142
|
deprecated_names=["PL_RESIZER_BUFFER_OUTPUT_PORTS"],
|
|
2143
2143
|
),
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: librelane
|
|
3
|
-
Version: 2.4.
|
|
3
|
+
Version: 2.4.1
|
|
4
4
|
Summary: An infrastructure for implementing chip design flows
|
|
5
5
|
Home-page: https://github.com/librelane/librelane
|
|
6
6
|
License: Apache-2.0
|
|
@@ -20,7 +20,7 @@ Requires-Dist: cloup (>=3.0.5,<4)
|
|
|
20
20
|
Requires-Dist: deprecated (>=1.2.10,<2)
|
|
21
21
|
Requires-Dist: httpx (>=0.22.0,<0.29)
|
|
22
22
|
Requires-Dist: klayout (>=0.29.0,<0.31.0)
|
|
23
|
-
Requires-Dist: libparse (
|
|
23
|
+
Requires-Dist: lln-libparse (==0.56.*)
|
|
24
24
|
Requires-Dist: lxml (>=4.9.0)
|
|
25
25
|
Requires-Dist: psutil (>=5.9.0)
|
|
26
26
|
Requires-Dist: pyyaml (>=5,<7)
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
librelane/__init__.py,sha256=EMpoZrRmS_wsweKjhyAg52OXCK7HWQ8o8CVrYaX4ub0,1220
|
|
2
|
-
librelane/__main__.py,sha256=
|
|
2
|
+
librelane/__main__.py,sha256=Yqc42w-sb5DNIOdTENTzeAaraG1ZvdRc1Oqsl__JodM,14953
|
|
3
3
|
librelane/__version__.py,sha256=dbE4stCACDmIoxgKksesAkTa-_hi5dW6nPLWw9Pfq3Q,1486
|
|
4
4
|
librelane/common/__init__.py,sha256=tUX6pVEPrf7LnX7OiIaQFCyB1fs5AgwGt0xR2OHWC5Q,1557
|
|
5
5
|
librelane/common/cli.py,sha256=xi48GBGHRsYrLGwx40ARwpykHx7GnuHbJjHxjOwtZ5Y,2349
|
|
@@ -157,14 +157,14 @@ librelane/steps/magic.py,sha256=60Ko7sf_E3KNO18op_pyojrBdfej0v5NCexXxmI0X90,2071
|
|
|
157
157
|
librelane/steps/misc.py,sha256=Xk_a6JJPljkk8pemu-NtlzDRs-8S7vuRKZKj4pnCRlE,5690
|
|
158
158
|
librelane/steps/netgen.py,sha256=R9sDWv-9wKMdi2rkuLQdOc4uLlbYhXcKKd6WsZsnLt0,8953
|
|
159
159
|
librelane/steps/odb.py,sha256=WaYquQfdp0j5XSbDa7a_un0HF4bOprpuC6fFtKpHHI8,37956
|
|
160
|
-
librelane/steps/openroad.py,sha256=
|
|
160
|
+
librelane/steps/openroad.py,sha256=XJ8D8pvKLToTR83uTWAeszNu30BDGewntBQ8uttXGeU,86458
|
|
161
161
|
librelane/steps/openroad_alerts.py,sha256=IJyB4piBDCKXhkJswHGMYCRDwbdQsR0GZlrGGDhmW6Q,3364
|
|
162
162
|
librelane/steps/pyosys.py,sha256=mnbPR267XzJvDhtXW4cdTAB3IqvksUZt4ch5xQHgdY0,22705
|
|
163
163
|
librelane/steps/step.py,sha256=M0Jqvr8sQaYmvXApZ-tfa4SFVOb-l_2ZfR31QaoRUf0,55742
|
|
164
164
|
librelane/steps/tclstep.py,sha256=0PMWJ6C3dKnlQf9mA9rZntgxUBCiByE9csHcEcM1iq0,10027
|
|
165
165
|
librelane/steps/verilator.py,sha256=MWx2TpLqYyea9_jSeLG9c2S5ujvYERQZRFNaMhfHxZE,7916
|
|
166
166
|
librelane/steps/yosys.py,sha256=GX6rTiQG-ZhDxfB9SxrPQ9Sab3WC84p0OUtqiL1Nubk,12533
|
|
167
|
-
librelane-2.4.
|
|
168
|
-
librelane-2.4.
|
|
169
|
-
librelane-2.4.
|
|
170
|
-
librelane-2.4.
|
|
167
|
+
librelane-2.4.1.dist-info/METADATA,sha256=1MqDGeycFJQRU52dJbjGPx_9nDJG_zZW-BrjunZQmIM,6557
|
|
168
|
+
librelane-2.4.1.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
|
169
|
+
librelane-2.4.1.dist-info/entry_points.txt,sha256=0eZs2NOH-w-W_GVRCs-ualst26XplkPpJkOnGWMaFw0,306
|
|
170
|
+
librelane-2.4.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|