Skip to content

Commit 16319b4

Browse files
authored
Update OpenLane 2 Lock, Use known-good OpenSTA (#2150)
~ `openlane2` -> `2.1.3` ~ use known-good version of OpenSTA: see parallaxsw/OpenSTA#82 ~ version linked against OpenROAD not affected
1 parent 53aed7c commit 16319b4

File tree

4 files changed

+17
-16
lines changed

4 files changed

+17
-16
lines changed

default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
bash,
2828
klayout-pymod,
2929
yosys,
30-
opensta,
30+
opensta-stable,
3131
openroad,
3232
klayout,
3333
netgen,
@@ -73,7 +73,7 @@ in
7373

7474
includedTools = [
7575
yosys
76-
opensta
76+
opensta-stable
7777
openroad
7878
klayout
7979
netgen

flake.lock

Lines changed: 6 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
};
2323

2424
inputs = {
25-
openlane2.url = github:efabless/openlane2/2.1.1;
25+
openlane2.url = github:efabless/openlane2;
2626
};
2727

2828
outputs = {

scripts/openroad/sta/multi_corner.tcl

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -204,12 +204,14 @@ foreach clock [all_clocks] {
204204

205205
puts "check_nonpropagated_clocks_end"
206206

207-
foreach clock [all_clocks] {
208-
report_clock_properties $clock
209-
report_clock_latency -clock $clock
210-
report_clock_min_period -clocks [get_property $clock name]
211-
}
207+
# puts "report_clock"
208+
209+
# foreach clock [all_clocks] {
210+
# report_clock_properties $clock
211+
# report_clock_latency -clock $clock
212+
# report_clock_min_period -clocks [get_property $clock name]
213+
# }
212214

213-
puts "report_clock_end"
215+
# puts "report_clock_end"
214216

215217
write -no_global_connect

0 commit comments

Comments
 (0)