Yueting Li
06/17/2022, 10:40 PMMitch Bailey
06/17/2022, 11:58 PMYueting Li
06/18/2022, 12:04 AMMitch Bailey
06/18/2022, 1:25 AMNetgen 1.5.219
. What version are you using?Raymond Yang
06/18/2022, 2:46 AMMitch Bailey
06/18/2022, 3:08 AMToken "*" is not a parameter!
line number 145 = 'XM10 vgate porst vssa1 vssa1 sky130_fd_pr__nfet_01v8_lvt L='2' W='4' nf=1 ad='int((nf+1)/2) * W/nf * 0.29''
Token "W/nf" is not a parameter!
line number 145 = 'XM10 vgate porst vssa1 vssa1 sky130_fd_pr__nfet_01v8_lvt L='2' W='4' nf=1 ad='int((nf+1)/2) * W/nf * 0.29''
Token "*" is not a parameter!
line number 145 = 'XM10 vgate porst vssa1 vssa1 sky130_fd_pr__nfet_01v8_lvt L='2' W='4' nf=1 ad='int((nf+1)/2) * W/nf * 0.29''
Token "0.29'" is not a parameter!
line number 145 = 'XM10 vgate porst vssa1 vssa1 sky130_fd_pr__nfet_01v8_lvt L='2' W='4' nf=1 ad='int((nf+1)/2) * W/nf * 0.29''
Which seems to indicate netgen is not parsing the spice parameters as expected. @Tim Edwards
I also get a net mismatch with 1.5.188 (below) whereas your results show a pass.
Result: Netlists do not match.
Logging to file "lvs_results.log" disabled
LVS Done.
While with 1.5.219, I get
Netlists match uniquely.
Result: Circuits match uniquely.
Logging to file "lvs_results.log" disabled
LVS Done.
Yueting Li
06/19/2022, 8:56 PMMitch Bailey
06/19/2022, 11:37 PMTim Edwards
06/21/2022, 5:49 PM