Hi, I've been trying to get some bandwidth estimat...
# sky130
p
Hi, I've been trying to get some bandwidth estimates for a 5T OTA using gm/id lookup tables, however the Cgg readings show up to be negative. Any solutions for this?
b
What is the source of your tables?
p
I have been using the techsweep gmid schematic from your Chipathon github repository. Interestingly, the tables show no negative Cgg values.
b
So how did you get negative values?
p
The lookup function in the pygmid library lookup module returns negative values for some reason.
b
Your script asks for data at L=10 when the maximum value available in the tables is L=3. This has no chance to work.
p
Ah. I see, thanks for pointing it out!