bspwave default launch command: do not specify $n.raw, raw file will be loaded when adding nets

This commit is contained in:
stefan schippers 2026-01-22 11:46:33 +01:00
parent 50af44e1f4
commit abccc03ac9
1 changed files with 1 additions and 1 deletions

View File

@ -1678,7 +1678,7 @@ proc set_sim_defaults {{reset {}}} {
# A server communicating with bespice wave was set up in the function setup_tcp_bespice().
# This server is listening on port $bespice_listen_port.
set_ne sim(spicewave,3,cmd) {$env(HOME)/analog_flavor_eval/bin/bspwave --socket localhost $bespice_listen_port "$n.raw" }
set_ne sim(spicewave,3,cmd) {$env(HOME)/analog_flavor_eval/bin/bspwave --socket localhost $bespice_listen_port}
set sim(spicewave,3,name) {Bespice wave}
set_ne sim(spicewave,3,fg) 0
set_ne sim(spicewave,3,st) 0