Skip to content

Commit

Permalink
Update OpenLane 2 Lock, Use known-good OpenSTA (#2150)
Browse files Browse the repository at this point in the history
~ `openlane2` -> `2.1.3`
~ use known-good version of OpenSTA: see parallaxsw/OpenSTA#82
   ~ version linked against OpenROAD not affected
  • Loading branch information
donn authored Sep 5, 2024
1 parent 53aed7c commit 16319b4
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 16 deletions.
4 changes: 2 additions & 2 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
bash,
klayout-pymod,
yosys,
opensta,
opensta-stable,
openroad,
klayout,
netgen,
Expand Down Expand Up @@ -73,7 +73,7 @@ in

includedTools = [
yosys
opensta
opensta-stable
openroad
klayout
netgen
Expand Down
13 changes: 6 additions & 7 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
};

inputs = {
openlane2.url = github:efabless/openlane2/2.1.1;
openlane2.url = github:efabless/openlane2;
};

outputs = {
Expand Down
14 changes: 8 additions & 6 deletions scripts/openroad/sta/multi_corner.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -204,12 +204,14 @@ foreach clock [all_clocks] {

puts "check_nonpropagated_clocks_end"

foreach clock [all_clocks] {
report_clock_properties $clock
report_clock_latency -clock $clock
report_clock_min_period -clocks [get_property $clock name]
}
# puts "report_clock"

# foreach clock [all_clocks] {
# report_clock_properties $clock
# report_clock_latency -clock $clock
# report_clock_min_period -clocks [get_property $clock name]
# }

puts "report_clock_end"
# puts "report_clock_end"

write -no_global_connect

0 comments on commit 16319b4

Please sign in to comment.