mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-20 03:47:20 -04:00
comments about activity factor in synthesis
This commit is contained in:
parent
c4618d1e57
commit
9d1283c787
1 changed files with 5 additions and 1 deletions
|
@ -137,6 +137,10 @@ if {$tech == "sky130"} {
|
|||
# Set the wire load model
|
||||
set_wire_load_mode "top"
|
||||
|
||||
# Set switching activities
|
||||
# default activity factors are 1 for clocks, 0.1 for others
|
||||
# static probability of 0.5 is used for leakage
|
||||
|
||||
# Attempt Area Recovery - if looking for minimal area
|
||||
# set_max_area 2000
|
||||
|
||||
|
@ -359,4 +363,4 @@ redirect $filename { report_constraint }
|
|||
set filename [format "%s%s%s%s" $outputDir "/reports/" $my_toplevel "_hier.rep"]
|
||||
# redirect $filename { report_hierarchy }
|
||||
|
||||
quit
|
||||
#quit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue