I'm trying to simulate an 8kB 1wr1r 32x2048 with n...
# openram
t
I'm trying to simulate an 8kB 1wr1r 32x2048 with ngspice and run into the N_GLOBAL_NODES error. Before futher digging the internet, I was wondering if Matthew has a solution, because google shows Matt's tweet about it on twitter, but not the solution 😉 Matthew, any idea ?
m
@User i assume
m
I've been using Xyce instead of ngspice. I think that you have to increase the size of the static array in ngspice if you want to use it
I'd also suggest: 1) making sure you compile with the parallel model evaluation options I previously sent you 2) using the "trimmed" netlist if possible Note 1 and 2 both improve runtime in related ways
t
My question was not related to runtime. It was related to the issue, that ngspice might limit subcircuits to < 1005 pins, if I understand it correcty. I though you were aware of this issue: https://twitter.com/mguthaus/status/1380197235049123842 😉 Parallel mode doesn't help here, I would guess. Thanks.
m
Yes, increase 1005 and recompile.
If I recall, I submitted an issue to ngspice, but it's been almost exactly a year...