Git Product home page Git Product logo

cruelkiddy / open_pdks Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rtimothyedwards/open_pdks

0.0 0.0 0.0 17.47 MB

PDK installer for open-source EDA tools and toolchains. Distributed with setups for the SkyWater 130nm and Global Foundries 180nm open processes.

Home Page: http://opencircuitdesign.com/open_pdks

License: Apache License 2.0

Shell 1.01% Python 64.98% Perl 0.02% Tcl 21.64% Verilog 5.56% Awk 0.03% Makefile 6.17% M4 0.58%

open_pdks's Introduction

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 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 PDK that you want to build. It is possible to build multiple PDKs at once, but not recommended due to the large memory and disk space overhead required by each one.

./configure --enable-[PDK_name]-pdk

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 highly recommended to declare a target location and install there, using

./configure --prefix=[path] --enable-[PDK_name]-pdk

followed by "make" and "make install". The default install location is /usr/local/share/pdk ([path] above is /usr/local). The install location should be a read-only filesystem area for regular users, since the PDK contents should not be altered.

Also see the website at http://opencircuitdesign.com/open_pdks/. The "Install" page has full instructions for configuring and installing open_pdks.

open_pdks's People

Contributors

rtimothyedwards avatar ax3ghazy avatar agorararmard avatar kareefardi avatar donn avatar emayecs avatar mithro avatar manarabdelaty avatar antonblanchard avatar qurratulainalam avatar dlmiles avatar marwaneltoukhy avatar proppy avatar d-m-bailey avatar mtseng15 avatar landflier avatar m0stafarady avatar passant5 avatar mole99 avatar 3x10e8 avatar ahmednofal avatar cbalint13 avatar hpretl avatar pepijndevos avatar tgingold avatar mguthaus avatar osamahammad21 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.