Hi <@U01819B63HP> , really wanted some help on deb...
# xschem
r
Hi @Stefan Schippers , really wanted some help on debuggin the post layout simu. No idea wats going on. its a simple AND gate , flattened and extracted from magic. The output is getting distorted. When both inputs are 0 , output is coming ~400mV..Where should i start whats going wrong ? The LVS is passing . @Tim Edwards
a
check pin order of generated cell and the TB pin order
s
It looks to me like the pin order on the extracted AND gate is different to what you have in your testbench.
Copy code
x1 VDD GND IN0 IN1 OUT AND_g5D10_W0p840_L0p5_10_7
in the testbench vs
Copy code
.subckt AND_g5D10_W0p840_L0p5_10_7 IN0 IN1 OUT VDD VSS
in the netlist
r
oh !!!!
Now working ! Thanks @Arman Avetisyan, @Sam Ellicott My BAD !!!
👍 1