librelane 3.0.0.dev37__py3-none-any.whl → 3.0.0.dev38__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.

@@ -44,7 +44,7 @@ def cli(reader):
44
44
  i = 0
45
45
 
46
46
  for target_info in reader.config["INSERT_ECO_BUFFERS"]:
47
- target_name, target_pin = target_info["target"].split("/")
47
+ target_name, target_pin = target_info["target"].rsplit("/", 1)
48
48
  name_escaped = reader.escape_verilog_name(target_name)
49
49
  buffer_master = target_info["buffer"]
50
50
 
@@ -38,8 +38,9 @@ def cli(reader):
38
38
  # print(grt)
39
39
  grt_inc = GRT.IncrementalGRoute(grt, reader.block)
40
40
  i = 0
41
+
41
42
  for target_info in reader.config["INSERT_ECO_DIODES"]:
42
- target_name, target_pin = target_info["target"].split("/")
43
+ target_name, target_pin = target_info["target"].rsplit("/", 1)
43
44
  name_escaped = reader.escape_verilog_name(target_name)
44
45
 
45
46
  target = reader.block.findInst(name_escaped)
librelane/steps/odb.py CHANGED
@@ -1,3 +1,7 @@
1
+ # Copyright 2025 LibreLane Contributors
2
+ #
3
+ # Adapted from OpenLane
4
+ #
1
5
  # Copyright 2023 Efabless Corporation
2
6
  #
3
7
  # Licensed under the Apache License, Version 2.0 (the "License");
@@ -979,7 +983,7 @@ class ManualGlobalPlacement(OdbpyStep):
979
983
 
980
984
  def run(self, state_in: State, **kwargs) -> Tuple[ViewsUpdate, MetricsUpdate]:
981
985
  if self.config["MANUAL_GLOBAL_PLACEMENTS"] is None:
982
- info(f"'MANUAL_GLOBAL_PLACEMENTS' not set, skipping '{self.id}'…")
986
+ info(f"'MANUAL_GLOBAL_PLACEMENTS' not set. Skipping '{self.id}'…")
983
987
  return {}, {}
984
988
  return super().run(state_in, **kwargs)
985
989
 
@@ -1039,6 +1043,12 @@ class InsertECOBuffers(OdbpyStep):
1039
1043
  assert self.config_path is not None, "get_command called before start()"
1040
1044
  return super().get_command() + ["--step-config", self.config_path]
1041
1045
 
1046
+ def run(self, state_in: State, **kwargs) -> Tuple[ViewsUpdate, MetricsUpdate]:
1047
+ if self.config["INSERT_ECO_BUFFERS"] is None:
1048
+ info(f"'INSERT_ECO_BUFFERS' not set. Skipping '{self.id}'…")
1049
+ return {}, {}
1050
+ return super().run(state_in, **kwargs)
1051
+
1042
1052
 
1043
1053
  @dataclass
1044
1054
  class ECODiode:
@@ -1092,4 +1102,7 @@ class InsertECODiodes(OdbpyStep):
1092
1102
  if self.config["DIODE_CELL"] is None:
1093
1103
  info(f"'DIODE_CELL' not set. Skipping '{self.id}'…")
1094
1104
  return {}, {}
1105
+ if self.config["INSERT_ECO_DIODES"] is None:
1106
+ info(f"'INSERT_ECO_DIODES' not set. Skipping '{self.id}'…")
1107
+ return {}, {}
1095
1108
  return super().run(state_in, **kwargs)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: librelane
3
- Version: 3.0.0.dev37
3
+ Version: 3.0.0.dev38
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
@@ -86,8 +86,8 @@ librelane/scripts/odbpy/contextualize.py,sha256=G8EEgmK6ISikXD2-Pw-RTs1JxLWPnupp
86
86
  librelane/scripts/odbpy/defutil.py,sha256=g0UaAQRt8hXb9nfI6SbMp_Hx__0o1POw33_fS6xyibU,17849
87
87
  librelane/scripts/odbpy/diodes.py,sha256=qpsTW2RQlqNm4pzrUFm7d0Jj4x4zSQqladcv5SJF7XI,11752
88
88
  librelane/scripts/odbpy/disconnected_pins.py,sha256=hS_Iletg7N6K6yN_ccvWxZ3nWNZp4ecUJM-oY0kkEfA,11139
89
- librelane/scripts/odbpy/eco_buffer.py,sha256=QOL2J0UJQiVvuGFbpdyAj-RRsPfEL-rT_qro3Rp0KeE,6256
90
- librelane/scripts/odbpy/eco_diode.py,sha256=2LN7fHh9uO9JP3PYIxIwUiP1lyeqdTNF2ADTcY_Bu-g,4281
89
+ librelane/scripts/odbpy/eco_buffer.py,sha256=GnqKNEXqBb_NE6JWqnjp5Sx6baUD1pEEXclxlm6hbSU,6260
90
+ librelane/scripts/odbpy/eco_diode.py,sha256=RK1_58Jwx4ufJp_XRXEAScTQL4J3h-jt0C7VUMNm9p0,4286
91
91
  librelane/scripts/odbpy/filter_unannotated.py,sha256=Gvcaj_WNr6TPiHk-36nkMu4betNHZo1g2lD3UcA9hDQ,2950
92
92
  librelane/scripts/odbpy/io_place.py,sha256=LSJIJQDLSOpENyQOg_kVTIbh1AbYLiHIXx0siduo-lg,15589
93
93
  librelane/scripts/odbpy/ioplace_parser/__init__.py,sha256=_xCDqam3PxWO-uhTZ6afdn3dpuu4XlX2T_RaOn7QqJQ,877
@@ -159,7 +159,7 @@ librelane/steps/klayout.py,sha256=18B7trKjyD8HnGUVwrjQV8XRzGu298CuosM1WOzg9oM,23
159
159
  librelane/steps/magic.py,sha256=Cc_qApOgeltIn7lKA7dBQ4Ud9EQtbMatsuGPEvqvpcQ,21183
160
160
  librelane/steps/misc.py,sha256=8ubCvFeFEspXrgnzNWINY5-TXTyalNtlvcX8TSw0qdg,5685
161
161
  librelane/steps/netgen.py,sha256=R9sDWv-9wKMdi2rkuLQdOc4uLlbYhXcKKd6WsZsnLt0,8953
162
- librelane/steps/odb.py,sha256=-zsXi0jVdtfBfAJI0OC4x1jI_B2OX5YVn4uAn6NyFdk,38424
162
+ librelane/steps/odb.py,sha256=szve7HMRVR9kWrIHkeViyeGszXlNd9k-oP9litb_tmo,38931
163
163
  librelane/steps/openroad.py,sha256=0UZDYTqKHOvkqXTEb44HaesaZ8d4GS-6gUahtjDc-m4,100355
164
164
  librelane/steps/openroad_alerts.py,sha256=IJyB4piBDCKXhkJswHGMYCRDwbdQsR0GZlrGGDhmW6Q,3364
165
165
  librelane/steps/pyosys.py,sha256=BzTUYCFxXJWtHqPtEPAztoWNLbDWvECWnsWVdK_lljU,23589
@@ -167,7 +167,7 @@ librelane/steps/step.py,sha256=THIxZkhtkNYt1iRgMduD0ywrOTCaV7cCfUB2EqXN6-k,55751
167
167
  librelane/steps/tclstep.py,sha256=68AjCmbLhBscbzQDxRcPQVU-6UvZQNOalO7qNwUXCa4,10138
168
168
  librelane/steps/verilator.py,sha256=MWx2TpLqYyea9_jSeLG9c2S5ujvYERQZRFNaMhfHxZE,7916
169
169
  librelane/steps/yosys.py,sha256=lYdZPFvjcmdu_NE6rtB94_dysIK2qwGdGb480W6pg2w,12711
170
- librelane-3.0.0.dev37.dist-info/METADATA,sha256=XRDuS9Fu4WGt0zMRqNHRl_0gut_L7opE_WwTnhfUIVs,6561
171
- librelane-3.0.0.dev37.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
172
- librelane-3.0.0.dev37.dist-info/entry_points.txt,sha256=0eZs2NOH-w-W_GVRCs-ualst26XplkPpJkOnGWMaFw0,306
173
- librelane-3.0.0.dev37.dist-info/RECORD,,
170
+ librelane-3.0.0.dev38.dist-info/METADATA,sha256=BfBjJzm_dTdILw9z0OpLMEX37burnXXf1Xdmi-0c6SQ,6561
171
+ librelane-3.0.0.dev38.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
172
+ librelane-3.0.0.dev38.dist-info/entry_points.txt,sha256=0eZs2NOH-w-W_GVRCs-ualst26XplkPpJkOnGWMaFw0,306
173
+ librelane-3.0.0.dev38.dist-info/RECORD,,