Skip to content

Commit

Permalink
Merge branch 'parallaxsw:master' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
akashlevy authored Oct 7, 2024
2 parents 466541a + b04def2 commit 049246d
Show file tree
Hide file tree
Showing 23 changed files with 79 additions and 573,057 deletions.
2 changes: 1 addition & 1 deletion examples/delay_calc.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# delay calc example
read_liberty nangate45_slow.lib
read_liberty nangate45_slow.lib.gz
read_verilog example1.v
link_design top
create_clock -name clk -period 10 {clk1 clk2 clk3}
Expand Down
4 changes: 2 additions & 2 deletions examples/min_max_delays.tcl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# min/max delay calc example
read_liberty -max nangate45_slow.lib
read_liberty -min nangate45_fast.lib
read_liberty -max nangate45_slow.lib.gz
read_liberty -min nangate45_fast.lib.gz
read_verilog example1.v
link_design top
create_clock -name clk -period 10 {clk1 clk2 clk3}
Expand Down
6 changes: 3 additions & 3 deletions examples/multi_corner.tcl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# 3 corners with +/- 10% derating example
define_corners ss tt ff
read_liberty -corner ss nangate45_slow.lib
read_liberty -corner tt nangate45_typ.lib
read_liberty -corner ff nangate45_fast.lib
read_liberty -corner ss nangate45_slow.lib.gz
read_liberty -corner tt nangate45_typ.lib.gz
read_liberty -corner ff nangate45_fast.lib.gz
read_verilog example1.v
link_design top
set_timing_derate -early 0.9
Expand Down
Loading

0 comments on commit 049246d

Please sign in to comment.