how do I get those awesome gds views with klayout?
# klayout
m
how do I get those awesome gds views with klayout?
m
To get layers, copy the .lyp and .lyt to ~/.klayout/tech. These are in ~/open_pdks/sky130/klayout/ To run DRC: mkdir -p ~/.klayout/drc && cp ~/open_pdks/sky130/klayout/sky130.lydrc ~/.klayout/drc klayout -e file.gds Tools -> DRC -> sky130.lydrc View them by type or cell (you'll get a lot of errors due to the bitcells) It's multithreaded so it's pretty fast. It does well with basic metal and device rules
You may need to select the tech from the buttons to refresh the layers the first time
m
Thanks @Matthew Guthaus! I am just trying to get a nice screenshot for a poster haha
m
I just cut and posted from another post I did elsewhere :)
🙌 1
t
@mehdi: The best screenshots are the rendered ones from magic using "plot pnm" which uses a really nice aliasing algorithm coded up by Rajit Manohar.
m
@Tim Edwards thanks! I'll have to try that.