mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Merge pull request #535 from stineje/main
fix bad typo on spef integration for tsmc28psyn
This commit is contained in:
commit
0eed57a0b7
@ -297,7 +297,7 @@ 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"} {
|
||||
if {$tech == "tsmc28psyn"} {
|
||||
set filename [format "%s%s%s%s" $outputDir "/mapped/" $my_toplevel ".spef"]
|
||||
redirect $filename { write_parasitics }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user