or20190411 write_path_spice with no voltage_map, pg_pins

This commit is contained in:
James Cherry
2019-04-13 15:01:14 -07:00
parent 2d519b4740
commit 4fc8801e76
4 changed files with 85 additions and 69 deletions
-6
View File
@@ -1942,18 +1942,12 @@ proc write_path_spice { args } {
if { [info exists keys(-power)] } {
set power $keys(-power)
if { ![liberty_supply_exists $power] } {
sta_error "liberty $power not found.\n"
}
} else {
sta_error "No -power specified.\n"
}
if { [info exists keys(-ground)] } {
set ground $keys(-ground)
if { ![liberty_supply_exists $ground] } {
sta_error "liberty $ground not found.\n"
}
} else {
sta_error "No -ground specified.\n"
}