OutputWaveforms init vdd

Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
James Cherry
2024-02-11 11:45:40 -07:00
parent 4541e83b3b
commit c3ecde1105
11 changed files with 136 additions and 93 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ proc_redirect read_spef {
set path $keys(-path)
set instance [find_instance $path]
if { $instance == "NULL" } {
sta_error 270 "path instance '$path' not found."
sta_error 276 "path instance '$path' not found."
}
}
set corner [parse_corner_or_all keys]