We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The transistor placement engine fails to find gate alignments that should be obvious.
lm -c cells build cell_imlmpalj.spi klayout cell_imlmpalj.gds
Observe poor layout
cell_imlmpalj
.subckt cell_imlmpalj o3 GND Vdd i2 i0 i1 x0 GND i2 o3 GND sky130_fd_pr__nfet_01v8 w=0.45 l=0.15 ad=0.07875 as=0.07875 pd=0.8 ps=0.8 x1 GND i0 o3 GND sky130_fd_pr__nfet_01v8 w=0.45 l=0.15 ad=0.07875 as=0.07875 pd=0.8 ps=0.8 x2 GND i1 o3 GND sky130_fd_pr__nfet_01v8 w=0.45 l=0.15 ad=0.07875 as=0.07875 pd=0.8 ps=0.8 x3 __6 i0 o3 Vdd sky130_fd_pr__pfet_01v8 w=1.35 l=0.15 ad=0.23625 as=0.23625 pd=1.7 ps=1.7 x4 __7 i2 Vdd Vdd sky130_fd_pr__pfet_01v8 w=1.35 l=0.15 ad=0.23625 as=0.23625 pd=1.7 ps=1.7 x5 __6 i1 __7 Vdd sky130_fd_pr__pfet_01v8 w=1.35 l=0.15 ad=0.23625 as=0.23625 pd=1.7 ps=1.7 .ends
The pmos and nmos gates for i1 and i2 should be aligned.
The text was updated successfully, but these errors were encountered:
nbingham1
No branches or pull requests
Description
The transistor placement engine fails to find gate alignments that should be obvious.
Steps to Reproduce
Observe poor layout
cell_imlmpalj
Expected Behavior
The pmos and nmos gates for i1 and i2 should be aligned.
Versions
Supporting Files and Screenshots
The text was updated successfully, but these errors were encountered: