Harald Pretl
04/17/2022, 12:38 PMhspice / ngspice netlist
, then I get the following error when I write the netlist:
tcleval(): evaluation of script: netlist {/foss/designs/my_example/ana/.tb_inv_740} noshow {tb_inv.spice} failed
: awk: /foss/tools/xschem/19d9d8a/share/xschem/spice.awk:30: fatal: cannot open file `-xyce' for reading (No such file or directory)
Any idea what is wrong here?Harald Pretl
04/17/2022, 12:41 PMhspice / ngspice netlist
selected, then the netlist is written, but Xyce
complains about
Netlist error in file /foss/designs/my_example/ana/tb_inv.spice at or near
line 44
Parameter AD for device XM10 contains unrecognized symbols: NF W
Netlist error in file /foss/designs/my_example/ana/tb_inv.spice at or near
line 44
Parameter AS for device XM10 contains unrecognized symbols: NF W
Netlist error in file /foss/designs/my_example/ana/tb_inv.spice at or near
line 44
Parameter PD for device XM10 contains unrecognized symbols: NF W
Netlist error in file /foss/designs/my_example/ana/tb_inv.spice at or near
line 44
Parameter PS for device XM10 contains unrecognized symbols: NF W
Netlist error in file /foss/designs/my_example/ana/tb_inv.spice at or near
line 44
Parameter NRD for device XM10 contains unrecognized symbol: W
Netlist error in file /foss/designs/my_example/ana/tb_inv.spice at or near
line 44
Parameter NRS for device XM10 contains unrecognized symbol: W
Netlist error in file /foss/designs/my_example/ana/tb_inv.spice at or near
line 47
yrrapt
04/17/2022, 3:07 PMStefan Schippers
04/17/2022, 7:18 PMHarald Pretl
04/18/2022, 10:08 AMStefan Schippers
04/18/2022, 10:27 PMvalue= <expr>
(syntax used for example in ELDO) with vol=<expr>
(for controlled voltage sources) or cur=<expr>
(controlled current sources) or r=<expr>
(variable resistors) or c=<expr>
(variable capacitors), I think this is now the prevalling standard.
as of now selecting xyce only changes .save i(vsource)
lines to .print tran i(vsource)
(xyce does not use .save to store transient / dc data, .save in xyce saves the operating point).Stefan Schippers
04/18/2022, 10:39 PM