"Tagging version 1.0.8"
Corrected the Makefile, which was using the "exclude" option on the
standard cell verilog that was supposed to be used on the standard
cell LEF.  Mostly all this does is to change the nature of the error
that occurs.  Ultimately the source of the LEF files needs to be
fixed, which will happen eventually.  Also corrected the generate()
routine in soc_floorplanner.  This fixes the behavior in which
clicking on the "Generate" button in the floorplanner app causes
an error.
4 files changed
tree: 21addcafc5ec3a63fbc20fb3764a48b9a026b2ab
  1. common/
  2. sky130/
  3. .gitignore
  4. LICENSE
  5. Makefile
  6. README
  7. README.md
  8. VERSION
README.md

Open-PDKs (open_pdks)

Summary:

Automatic setup of PDKs for open-source tools from foundry sources.

Builds out and populates a new set of directories and subdirectories in the efabless format, with the efabless name for the PDK at the top, followed by categories “libs.ref” (IP) and “libs.tech” (EDA tool setup), each with subcategories corresponding to layout, abstract views, netlists, etc. for the IP; and magic, netgen, qflow, etc., for the EDA tool setup.

The populated PDK directories can contain either copies of files from the foundry sources, links to the foundry sources, or links back to another PDK.

Generates magic layout views for all vendor IP for which either a GDS view or a LEF view exists. Annotates the views as needed to handle ports, bounding boxes, etc.


This distribution contains sources for building out the SkyWater s8 130nm process. Sources for the foundry process data must be obtained separately. Read the README file in subdirectory s8/ for instructions on obtaining and building the SkyWater s8 PDK.


License:

Open_PDKs is open-source software distributed under the Apache-2.0 license. See file LICENSE for the complete license text.


Instructions:

There is a top-level Makefile but generally it is recommended to cd to the directory for the target foundry process and follow the instructions in the README file there.

Also see the website at http://opencircuitdesign.com/open_pdks