mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00: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
@ -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…
Reference in New Issue
Block a user