Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
Fix default_fanout_load
Browse files Browse the repository at this point in the history
default_fanout_load is currently 0, which means input pins have no
fanout load. Set it to a much more reasonable default of 1.

Signed-off-by: Anton Blanchard <[email protected]>
  • Loading branch information
antonblanchard committed Sep 6, 2022
1 parent ac7fb61 commit d574f96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions timing/sky130_fd_sc_hd__common.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"current_unit": "1mA",
"default_cell_leakage_power": 0.0,
"default_constraint_arc_mode": "worst",
"default_fanout_load": 0.0,
"default_fanout_load": 1.0,
"default_inout_pin_cap": 0.0,
"default_input_pin_cap": 0.0,
"default_leakage_power_density": 0.0,
Expand Down Expand Up @@ -129,4 +129,4 @@
"switching_power_split_model": "true",
"time_unit": "1ns",
"voltage_unit": "1V"
}
}

0 comments on commit d574f96

Please sign in to comment.