commit | 715b5fe800e6b6a79e28e6e39652bdf749422d00 | [log] [tgz] |
---|---|---|
author | Tim Edwards <tim@opencircuitdesign.com> | Fri Dec 09 17:39:39 2022 -0500 |
committer | Tim Edwards <tim@opencircuitdesign.com> | Fri Dec 09 17:39:39 2022 -0500 |
tree | dd4c05e8da6b8a3d17e16033331430029cc49608 | |
parent | b9795b7acefa1194d9bb429bbc4e8af1a088baf1 [diff] |
Various corrections required for proper installation of GF180MCU. Corrected the SPICE library generator (and verilog library generator, which has the same issue, although the problem does not get encountered that I'm aware of) to do a non-greedy match to find the end of a subcircuit; otherwise, the check for redundant subcircuits in the multiple SPICE files can result in deleting way too much from the library, resulting in missing subcircuits. Also: Added to the script that creates the minimum and maximum corner technology LEF files, to correct the values for the wire capacitance per (square) unit length (the current implementation is waiting on values to insert for the minimum and maximum; only the nominal case is corrected).
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 SKY130 130nm process. Sources for the foundry process data must be obtained separately. Read the README file in subdirectory sky130/ for instructions on obtaining and building the SkyWater sky130A PDK.
License:
Open_PDKs is open-source software distributed under the Apache-2.0 license. See file LICENSE for the complete license text.
Instructions:
git clone https://github.com/RTimothyEdwards/open_pdks.git cd open_pdks ./configure [options] make [sudo] make install
where the configure [options] are specific to each foundry PDK supported by open_pdks and can be queried using
./configure --help
At a minimum you will want to pass a configure option to declare the location of the PDK vendor source distribution (which can be obtained separately),
./configure --enable-[PDK_name]-pdk=[path]
The open_pdks version of the PDK can be built locally within open_pdks without the need to declare an install target or run “make install”. However, it is recommended to declare a target location and install there, using
./configure --prefix=[path] --enable-[PDK_name]-pdk=[path]
followed by “make” and “make install”.
Also see the website at http://opencircuitdesign.com/open_pdks/. The “Install” page has full instructions for configuring and installing open_pdks.