I want to run gtkwave from my app (ngspice).
On Windows I am using a command
start gtkwave adder_x.vcd --script nggtk.tcl ,
on Linux something like
gtkwave adder_x.vcd --script nggtk.tcl &
On macOs I have not been successful.
open -a gtkwave adder_x.vcd
will open gtkwave with the data, but the instruction what to do with the data is missing. Doing
open -a gtkwave adder_x.vcd --script nggtk.tcl
--script is seen as a non-available option to 'open'.
open -a gtkwave adder_x.vcd --args --script nggtk.tcl
will crash gtkwave. I have tried some other permutations, without success.
Do you have an idea what to do?
Data and script files are attached.
|