mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-20 03:47:20 -04:00
Modify DC to export spef for DC extraction of parasitics. This file can be used to read in an ancillary tool (e.g., snps PrimeTime) to get more detail on power estimation
This commit is contained in:
parent
01a246422f
commit
27a7994847
1 changed files with 6 additions and 0 deletions
|
@ -296,6 +296,12 @@ write_file -format ddc -hierarchy -o $filename
|
|||
set filename [format "%s%s%s%s" $outputDir "/mapped/" $my_design ".sdf"]
|
||||
write_sdf $filename
|
||||
|
||||
# Write SPEF file in case need more precision power exploration for TSMC28psyn
|
||||
if {$tech != "tsmc28psyn"} {
|
||||
set filename [format "%s%s%s%s" $outputDir "/mapped/" $my_toplevel ".spef"]
|
||||
redirect $filename { write_parasitics }
|
||||
}
|
||||
|
||||
# QoR
|
||||
set filename [format "%s%s" $outputDir "/reports/qor.rep"]
|
||||
redirect $filename { report_qor }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue