Git Product home page Git Product logo

sshyran / foss-asic-tools Goto Github PK

View Code? Open in Web Editor NEW

This project forked from efabless/foss-asic-tools

0.0 1.0 0.0 110.92 MB

FOSS-ASIC-TOOLS is all in one container for SKY130 based design both Analog and Digital. Below is a list of the current tools already installed and ready to use.

License: Apache License 2.0

Shell 2.29% JavaScript 0.03% Ruby 0.70% C++ 0.66% Scheme 0.07% Python 27.66% C 6.61% Tcl 58.59% Verilog 0.16% Assembly 0.08% MATLAB 0.10% Awk 0.03% CSS 0.02% Gnuplot 0.02% Makefile 0.18% HTML 0.56% CMake 0.16% Batchfile 0.05% Cython 2.00% Dockerfile 0.07%

foss-asic-tools's Introduction

FOSS-ASIC-TOOLS

FOSS-ASIC-TOOLS is all in one container for SKY130 based design both Analog and Digital. Below is a list of the current tools already installed and ready to use. See here for a list of Tools included in the container

Quick Launch for Designers

Download and install Docker for your operating system

cd $HOME
mkdir my-local-design-files
export DESIGNS=$HOME/my-local-design-files
docker pull efabless/foss-asic-tools:latest
docker run -it -p 80:80 --user $(id -u):$(id -g) -v $DESIGNS:/foss/designs efabless/foss-asic-tools:latest bash
  • Open your browser of choice and go to https://localhost when asked for a password use "abc123" (default)
  • Watch this 5min video to kickstart your analog project (Draft - more detailed on is coming)

Details for Developers and Contributor

Prerequisites

  • Docker
  • Python3
  • Python virtualenv
    • pip3 install virtualenv
    • Setup the venv:
      virtualenv -p python3 venv
      source venv/bin/activate
      pip3 install -r requirements.txt
      

Installation and Update

  • Using a recipe csv file
    python3 run.py recipe --csv recipe.csv
    
  • Buidling an individual image
    python3 run.py build openlane
    
  • Updating an individual image
    • Run:
      python3 run.py update open_pdks
      
    • You will be prompted with:
      A new commit for (open_pdks) is available:
      44c13e2256d5907090d6a2a62d9b9f8ddf23758d
      Would you like to update? (y/N)
      
  • Updating all images in a given recipe file
    python3 run.py recipe --csv ./recipes/recipe.csv --update-reference
    

Setting Screen Resolution and Custom Password:

docker run -it -p 80:80 --user $(id -u):$(id -g) -v $DESIGNS:/foss/designs -e VNC_PW=<your password> -e VNC_RESOLUTION=1920x1080 efabless/foss-asic-tools:beta bash

Notes

  • Images are under images directory
  • Versions in recipe file overwrite the image version
  • The images are tagged <name>:<version>
  • The final image is called foss-tools:<tag>, so if you want to run multiple recipes modify the tag of foss-tools

Todo

  • Dependancies handling
  • Differentiate between git and non git based packages
  • Add guidance how-to add tools to the build
  • Compressed PDK
  • Add examples

foss-asic-tools's People

Contributors

mkkassem avatar kareefardi avatar

Watchers

 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.