Original Question: How can to fix netlist after changing symbol pin order? by andrew_cal
Here is my netlist
* C:\Users\ROSE\Documents\ADIsimPE\inst_amp.wxsch
*#SIMETRIX
V1 V1_P 0 5
V2 U1_VS- 0 -5
V3 V3_P 0 1
V4 V4_P 0 0
X$U1 V4_P U1_RG1 U1_RG2 V3_P U1_VS- 0 U1_OUT V1_P AD8220 pinnames: IN- RG1 RG2 IN+ VS- REF OUT VS+
.op
*.TRAN 1m
** Imported from: C:\Program Files (x86)\ADIsimPE_720\support\Models\analog_devices_linear_encrypted.lb
.ENDS AD8228
*** END MODEL AD8228
What I am using AD8220, but after fixing symbol pin, it changed to 8228 with the below errors as
There are errors in the circuit. Simulation aborted
design.net (11): .ENDS AD8228 ...
*** ERROR *** .ENDS control found without matching .SUBCKT
Please let me know how to fix this netlist error
Thanks
Verified Answer: RE: How can to fix netlist after changing symbol pin order? by ezadminThis question has been assumed as answered either offline via email or with a multi-part answer. This question has now been closed out. If you have an inquiry related to this topic please post a new question in the applicable product forum.
Thank you,
EZ Admin
Question: RE: How can to fix netlist after changing symbol pin order? by JGunao
Hi Andrew,
Based on the error seen by the simulator, it seems that the .SUBCKT definition of the model is missing in the netlist.
To make this easier, kindly update your ADIsimPE. This bug has been fixed already with the latest version of it. To do this, launch the simulator. On the command window, go to "Help" and then choose "Check for Updates", then install the updates. There's also an option for automatic update, this might be helpful too.
Regards,
Jay
Question: RE: How can to fix netlist after changing symbol pin order? by LucaV
Andrew,
can you attach the .wxsch file you generated? what version of the simulator are you using? hopefully 7.2k or higher
Here is a file for you to try. does it give you the same error?
LucaV