blob: b71f842e335ef9c61fd32e21444dd71035172139 [file] [log] [blame] [view]
Tim Edwards55f4d0e2020-07-05 15:41:02 -04001Open-PDKs (open_pdks)
2-----------------------------------------
3
4Summary:
5
6Automatic setup of PDKs for open-source tools from foundry sources.
7
8Builds out and populates a new set of directories and subdirectories in
9the efabless format, with the efabless name for the PDK at the top,
10followed by categories "libs.ref" (IP) and "libs.tech" (EDA tool setup),
11each with subcategories corresponding to layout, abstract views,
12netlists, etc. for the IP; and magic, netgen, qflow, etc., for the
13EDA tool setup.
14
15The populated PDK directories can contain either copies of files from
16the foundry sources, links to the foundry sources, or links back to
17another PDK.
18
19Generates magic layout views for all vendor IP for which either a GDS
20view or a LEF view exists. Annotates the views as needed to handle
21ports, bounding boxes, etc.
22
23-----------------------------------------
24
25This distribution contains sources for building out the SkyWater s8
26130nm process. Sources for the foundry process data must be obtained
27separately. Read the README file in subdirectory s8/ for instructions
28on obtaining and building the SkyWater s8 PDK.
29
30-----------------------------------------
31
Tim Edwards2a700da2020-07-08 21:35:56 -040032License:
33
34Open_PDKs is open-source software distributed under the Apache-2.0 license.
35See file LICENSE for the complete license text.
36
37-----------------------------------------
38
Tim Edwards55f4d0e2020-07-05 15:41:02 -040039Instructions:
40
41There is a top-level Makefile but generally it is recommended to cd
42to the directory for the target foundry process and follow the instructions
43in the README file there.
44
Tim Edwards2a700da2020-07-08 21:35:56 -040045Also see the website at http://opencircuitdesign.com/open_pdks
46