├── LIB_CASES ├── sky130_fd_sc_hs.gds ├── sky130_fd_sc_hs_AND2_cells.cir ├── sky130_fd_sc_hvl.gds ├── sky130_fd_sc_hvl__and2_1.cdl └── sky130_fd_sc_lp.gds ├── LICENSE ├── README.md ├── SKY130.lyp ├── SKY130.lyt ├── SkyWater SKY130 Design Rules.odt ├── Skywater SKY130 Layers Reference.odt ├── def-lef ├── import_def.rb └── layermap.txt ├── drc └── drc_sky130.lydrc ├── layermap.txt ├── lvs └── lvs_sky130.lylvs └── redundant_vias_insertion ├── config.mk ├── drc_insert_redundant_via_SKY130.lydrc ├── drc_route_lines_SKY130.lydrc ├── readme.md ├── sky130hd_jpeg.cdl ├── sky130hd_jpeg.gds.gz ├── sky130hd_jpeg_with_dblevias.gds.gz └── sky130hd_lib.cdl /LIB_CASES/sky130_fd_sc_hs.gds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laurentc2/SKY130_for_KLayout/HEAD/LIB_CASES/sky130_fd_sc_hs.gds -------------------------------------------------------------------------------- /LIB_CASES/sky130_fd_sc_hs_AND2_cells.cir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laurentc2/SKY130_for_KLayout/HEAD/LIB_CASES/sky130_fd_sc_hs_AND2_cells.cir -------------------------------------------------------------------------------- /LIB_CASES/sky130_fd_sc_hvl.gds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laurentc2/SKY130_for_KLayout/HEAD/LIB_CASES/sky130_fd_sc_hvl.gds -------------------------------------------------------------------------------- /LIB_CASES/sky130_fd_sc_hvl__and2_1.cdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laurentc2/SKY130_for_KLayout/HEAD/LIB_CASES/sky130_fd_sc_hvl__and2_1.cdl -------------------------------------------------------------------------------- /LIB_CASES/sky130_fd_sc_lp.gds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laurentc2/SKY130_for_KLayout/HEAD/LIB_CASES/sky130_fd_sc_lp.gds -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laurentc2/SKY130_for_KLayout/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laurentc2/SKY130_for_KLayout/HEAD/README.md -------------------------------------------------------------------------------- /SKY130.lyp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laurentc2/SKY130_for_KLayout/HEAD/SKY130.lyp -------------------------------------------------------------------------------- /SKY130.lyt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laurentc2/SKY130_for_KLayout/HEAD/SKY130.lyt -------------------------------------------------------------------------------- /SkyWater SKY130 Design Rules.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laurentc2/SKY130_for_KLayout/HEAD/SkyWater SKY130 Design Rules.odt -------------------------------------------------------------------------------- /Skywater SKY130 Layers Reference.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laurentc2/SKY130_for_KLayout/HEAD/Skywater SKY130 Layers Reference.odt -------------------------------------------------------------------------------- /def-lef/import_def.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laurentc2/SKY130_for_KLayout/HEAD/def-lef/import_def.rb -------------------------------------------------------------------------------- /def-lef/layermap.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laurentc2/SKY130_for_KLayout/HEAD/def-lef/layermap.txt -------------------------------------------------------------------------------- /drc/drc_sky130.lydrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laurentc2/SKY130_for_KLayout/HEAD/drc/drc_sky130.lydrc -------------------------------------------------------------------------------- /layermap.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laurentc2/SKY130_for_KLayout/HEAD/layermap.txt -------------------------------------------------------------------------------- /lvs/lvs_sky130.lylvs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laurentc2/SKY130_for_KLayout/HEAD/lvs/lvs_sky130.lylvs -------------------------------------------------------------------------------- /redundant_vias_insertion/config.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laurentc2/SKY130_for_KLayout/HEAD/redundant_vias_insertion/config.mk -------------------------------------------------------------------------------- /redundant_vias_insertion/drc_insert_redundant_via_SKY130.lydrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laurentc2/SKY130_for_KLayout/HEAD/redundant_vias_insertion/drc_insert_redundant_via_SKY130.lydrc -------------------------------------------------------------------------------- /redundant_vias_insertion/drc_route_lines_SKY130.lydrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laurentc2/SKY130_for_KLayout/HEAD/redundant_vias_insertion/drc_route_lines_SKY130.lydrc -------------------------------------------------------------------------------- /redundant_vias_insertion/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laurentc2/SKY130_for_KLayout/HEAD/redundant_vias_insertion/readme.md -------------------------------------------------------------------------------- /redundant_vias_insertion/sky130hd_jpeg.cdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laurentc2/SKY130_for_KLayout/HEAD/redundant_vias_insertion/sky130hd_jpeg.cdl -------------------------------------------------------------------------------- /redundant_vias_insertion/sky130hd_jpeg.gds.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laurentc2/SKY130_for_KLayout/HEAD/redundant_vias_insertion/sky130hd_jpeg.gds.gz -------------------------------------------------------------------------------- /redundant_vias_insertion/sky130hd_jpeg_with_dblevias.gds.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laurentc2/SKY130_for_KLayout/HEAD/redundant_vias_insertion/sky130hd_jpeg_with_dblevias.gds.gz -------------------------------------------------------------------------------- /redundant_vias_insertion/sky130hd_lib.cdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laurentc2/SKY130_for_KLayout/HEAD/redundant_vias_insertion/sky130hd_lib.cdl --------------------------------------------------------------------------------