Matt Venn
04/10/2024, 11:07 AMMatt Venn
04/10/2024, 11:07 AMMatt Venn
04/10/2024, 11:07 AMMatt Venn
04/10/2024, 11:08 AMMatt Venn
04/10/2024, 11:08 AMMatt Venn
04/10/2024, 11:09 AMMatt Venn
04/10/2024, 11:09 AMMatt Venn
04/10/2024, 11:10 AMMatt Venn
04/10/2024, 11:10 AMStefan Schippers
04/10/2024, 11:37 AM/tmp/tt06-fet-opamp/mag/opamp.sim.spice
netlist is not wrapped inside a .subckt
/ .ends
container, so the netlist is included as top level and there are devices with clashing names (x1)opamp.sim.spice
file should have a.subckt opamp_parax VDD ZREF vin_n vin_p Vout VGND
.ends
lineStefan Schippers
04/10/2024, 11:44 AMspice_sym_def=tcleval("
.subckt opamp_parax VDD ZREF vin_n vin_p Vout VGND
.include [file normalize ../mag/opamp.sim.spice]
.ends)"
Matt Venn
04/10/2024, 11:45 AMMatt Venn
04/10/2024, 11:45 AMMatt Venn
04/10/2024, 11:46 AMStefan Schippers
04/10/2024, 11:47 AMMatt Venn
04/10/2024, 11:48 AMStefan Schippers
04/10/2024, 11:49 AMStefan Schippers
04/10/2024, 11:50 AMStefan Schippers
04/10/2024, 11:55 AMname=x2
and you will be ok.
since there is no name attribute it will get the default name=x1, but there is already a name=x1 in the design (the opamp symbol).Matt Venn
04/10/2024, 11:56 AMStefan Schippers
04/10/2024, 11:57 AMMatt Venn
04/10/2024, 12:53 PMMatt Venn
04/10/2024, 12:53 PMStefan Schippers
04/10/2024, 12:55 PMMatt Venn
04/10/2024, 12:56 PM