In this repository, I have discussed the steps with the screenshots to install opensource EDA Tools for VLSI Design.
Steps to Install on Ubuntu:
- Open Terminal:
- Install Git: sudo apt-get install git
- Clone the following repository: git clone https://github.com/kunalg123/vsdflow.git
- Change Directory to vsdflow: cd vsdflow
- Now we can see the following items in vsdflow directory:
- chmod 777 opensource_eda_tool_install.sh
- ./opensource_eda_tool_install.sh
List of Tools installed: a) Yosys - RTL Synthesis b) blifFanout - High fanout net (HFN) synthesis c) graywolf - Placement d) qrouter - Detailed routing e) magic - VLSI Layout tool f) netgen - LVS g) OpenTimer and OpenSTA - Static timing analysis tool
Now test some tools:
a) Yosys
b) Magic
c) qflow and qflowgui
Steps to test vsdflow on Ubuntu
- cd outdir_spi_slave
- qflow display spi_slave