librelane 2.4.0.dev7__py3-none-any.whl → 2.4.0.dev8__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/scripts/openroad/gui.tcl +22 -2
- {librelane-2.4.0.dev7.dist-info → librelane-2.4.0.dev8.dist-info}/METADATA +1 -1
- {librelane-2.4.0.dev7.dist-info → librelane-2.4.0.dev8.dist-info}/RECORD +5 -5
- {librelane-2.4.0.dev7.dist-info → librelane-2.4.0.dev8.dist-info}/WHEEL +0 -0
- {librelane-2.4.0.dev7.dist-info → librelane-2.4.0.dev8.dist-info}/entry_points.txt +0 -0
|
@@ -13,5 +13,25 @@
|
|
|
13
13
|
# limitations under the License.
|
|
14
14
|
source $::env(SCRIPTS_DIR)/openroad/common/io.tcl
|
|
15
15
|
|
|
16
|
-
|
|
17
|
-
|
|
16
|
+
puts "Reading OpenROAD database at '$::env(CURRENT_ODB)'…"
|
|
17
|
+
if { [ catch {read_db $::env(CURRENT_ODB)} errmsg ]} {
|
|
18
|
+
puts stderr $errmsg
|
|
19
|
+
exit 1
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
set_global_vars
|
|
23
|
+
|
|
24
|
+
define_corners $::env(DEFAULT_CORNER)
|
|
25
|
+
|
|
26
|
+
foreach lib $::env(_PNR_LIBS) {
|
|
27
|
+
puts "Reading library file at '$lib'…"
|
|
28
|
+
read_liberty $lib
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
read_current_sdc
|
|
32
|
+
|
|
33
|
+
if { [info exists ::env(_CURRENT_SPEF_BY_CORNER)] } {
|
|
34
|
+
set corner_name $::env(_CURRENT_CORNER_NAME)
|
|
35
|
+
puts "Reading top-level design parasitics for the '$corner_name' corner at '$::env(_CURRENT_SPEF_BY_CORNER)'…"
|
|
36
|
+
read_spef -corner $corner_name $::env(_CURRENT_SPEF_BY_CORNER)
|
|
37
|
+
}
|
|
@@ -123,7 +123,7 @@ librelane/scripts/openroad/fill.tcl,sha256=LzXVqnaFbsGnIRTXuvrGNHqqWBv-T2OGcP828
|
|
|
123
123
|
librelane/scripts/openroad/floorplan.tcl,sha256=akWifUeTsfplmFi11_ApU6hRcCaCmCyd0Su5ZWiTf50,5397
|
|
124
124
|
librelane/scripts/openroad/gpl.tcl,sha256=OkTGsatlgnTj-sGg20LOhV2Ws87up8K8Ts52vPMC_NM,2540
|
|
125
125
|
librelane/scripts/openroad/grt.tcl,sha256=r_73hbvc4wMi2EFoPbGTh29Lh5ATT4vVwKjxyPIOFcM,1022
|
|
126
|
-
librelane/scripts/openroad/gui.tcl,sha256=
|
|
126
|
+
librelane/scripts/openroad/gui.tcl,sha256=BhKTcYEo-SajnYtdzXqpzjYbczy0qZ-OvEFlHMjPtlU,1255
|
|
127
127
|
librelane/scripts/openroad/insert_buffer.tcl,sha256=BMTovQa4_CO8LSCeEqqiDAcTs5ELZt7X3ifJy1pDBVs,4403
|
|
128
128
|
librelane/scripts/openroad/ioplacer.tcl,sha256=FdBr8Yg_qT1VhNVTmvR-x6j_Fyh94ZuAm_K6D7k4jTY,1896
|
|
129
129
|
librelane/scripts/openroad/irdrop.tcl,sha256=wouIIPS_C_PeYFkCBQz0ERHcsobf74QB2x1NYAxNpjc,1950
|
|
@@ -163,7 +163,7 @@ librelane/steps/step.py,sha256=OkFNyW86ZY9VlNQHUeJIOLHtOuO1bioXsnwky7_l1pc,55154
|
|
|
163
163
|
librelane/steps/tclstep.py,sha256=0PMWJ6C3dKnlQf9mA9rZntgxUBCiByE9csHcEcM1iq0,10027
|
|
164
164
|
librelane/steps/verilator.py,sha256=MWx2TpLqYyea9_jSeLG9c2S5ujvYERQZRFNaMhfHxZE,7916
|
|
165
165
|
librelane/steps/yosys.py,sha256=GX6rTiQG-ZhDxfB9SxrPQ9Sab3WC84p0OUtqiL1Nubk,12533
|
|
166
|
-
librelane-2.4.0.
|
|
167
|
-
librelane-2.4.0.
|
|
168
|
-
librelane-2.4.0.
|
|
169
|
-
librelane-2.4.0.
|
|
166
|
+
librelane-2.4.0.dev8.dist-info/METADATA,sha256=TaQhmDbNfVCdRLfk_MTHC92T_U3BDKJXS087OF4KZx8,6558
|
|
167
|
+
librelane-2.4.0.dev8.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
|
168
|
+
librelane-2.4.0.dev8.dist-info/entry_points.txt,sha256=GTBvXykNMMFsNKiJFgtEw7P1wb_VZIqVM35EFSpyZQE,263
|
|
169
|
+
librelane-2.4.0.dev8.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|