librelane 3.0.0.dev42__py3-none-any.whl → 3.0.0.dev43__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/flows/cli.py +1 -10
- {librelane-3.0.0.dev42.dist-info → librelane-3.0.0.dev43.dist-info}/METADATA +1 -1
- {librelane-3.0.0.dev42.dist-info → librelane-3.0.0.dev43.dist-info}/RECORD +5 -5
- {librelane-3.0.0.dev42.dist-info → librelane-3.0.0.dev43.dist-info}/WHEEL +0 -0
- {librelane-3.0.0.dev42.dist-info → librelane-3.0.0.dev43.dist-info}/entry_points.txt +0 -0
librelane/flows/cli.py
CHANGED
|
@@ -43,7 +43,7 @@ from cloup.typing import Decorator
|
|
|
43
43
|
|
|
44
44
|
from .flow import Flow
|
|
45
45
|
from ..common import set_tpe, cli, get_pdk_hash, _get_process_limit
|
|
46
|
-
from ..logging import set_log_level, verbose,
|
|
46
|
+
from ..logging import set_log_level, verbose, err, options, LogLevels
|
|
47
47
|
from ..state import State, InvalidState
|
|
48
48
|
|
|
49
49
|
|
|
@@ -520,15 +520,6 @@ def cloup_flow_opts(
|
|
|
520
520
|
err(f"Could not resolve the PDK '{pdk}'.")
|
|
521
521
|
exit(1)
|
|
522
522
|
|
|
523
|
-
if pdk_family == "ihp-sg13g2":
|
|
524
|
-
err(
|
|
525
|
-
"The IHP Open PDK is only supported in the development version of LibreLane, specifically 3.0.0.dev28 or higher."
|
|
526
|
-
)
|
|
527
|
-
info(
|
|
528
|
-
"If you're using Nix, switch to the 'dev' branch. If you're using the Python package, run \"python3 -m pip install 'librelane>=3.0.0.dev28'\"."
|
|
529
|
-
)
|
|
530
|
-
exit(1)
|
|
531
|
-
|
|
532
523
|
try:
|
|
533
524
|
version = ciel.fetch(
|
|
534
525
|
ciel_home,
|
|
@@ -44,7 +44,7 @@ librelane/examples/spm-user_project_wrapper/user_project_wrapper.v,sha256=zc6GC5
|
|
|
44
44
|
librelane/flows/__init__.py,sha256=ghtmUG-taVpHJ3CKJRYZGn3dU0r93araT1EIGlBEsxg,896
|
|
45
45
|
librelane/flows/builtins.py,sha256=tR14Qc1ZUey2w-Ar4DWOvxuP7LGPtMecCJq8WgcYJpk,773
|
|
46
46
|
librelane/flows/classic.py,sha256=JB9gVgP2hHPhMuCJg7hvoj2BvJcvRec7suEXPgHmz14,10971
|
|
47
|
-
librelane/flows/cli.py,sha256=
|
|
47
|
+
librelane/flows/cli.py,sha256=yDlyw3FGjoSfBwq7Jy-SdmJm3e7wl2dHdqzKlb6vd1E,19547
|
|
48
48
|
librelane/flows/flow.py,sha256=kV6874HFxceFCrGpv4V7hjplajUpd7OvEyU5-2OhGQg,37128
|
|
49
49
|
librelane/flows/misc.py,sha256=32Om3isexesfKKiJZCajNmINc-xdv7eVx_tgoh9SR6U,2015
|
|
50
50
|
librelane/flows/optimizing.py,sha256=OwZz6WGmXpliwO8vtmhjKHD-kzDyNv-zoCECZIigXsI,6076
|
|
@@ -169,7 +169,7 @@ librelane/steps/step.py,sha256=tYTN5QzX0huhFMLegpir4mPi3q9QAVSFZ7kchW6OECk,55849
|
|
|
169
169
|
librelane/steps/tclstep.py,sha256=68AjCmbLhBscbzQDxRcPQVU-6UvZQNOalO7qNwUXCa4,10138
|
|
170
170
|
librelane/steps/verilator.py,sha256=m3vcsBStF4i1eutzHdWHPGGoSEBwQrCKMY2k-1qJbMI,8964
|
|
171
171
|
librelane/steps/yosys.py,sha256=m67kD6F7aJ3ObKRBdbXwYUkzbma5FVZ5YrqdTq_Wyjs,12983
|
|
172
|
-
librelane-3.0.0.
|
|
173
|
-
librelane-3.0.0.
|
|
174
|
-
librelane-3.0.0.
|
|
175
|
-
librelane-3.0.0.
|
|
172
|
+
librelane-3.0.0.dev43.dist-info/METADATA,sha256=SmsgaVUKTvtZwvVCZ-gP8_H_Dv9KFW2xvoIffcYU8G0,6572
|
|
173
|
+
librelane-3.0.0.dev43.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
174
|
+
librelane-3.0.0.dev43.dist-info/entry_points.txt,sha256=Ub2wE2U4uZPjJgBVTPYFeXtwhNyqAqaKT8q4jGoKIUk,274
|
|
175
|
+
librelane-3.0.0.dev43.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|