An open-source infrastructure for VLSI design automation tool set.
Key components include:
Python 3.6
Recommend to use anaconda
Boost 1.69
conda install -c anaconda boost
export BOOST_ROOT=/path/to/anaconda
so that CMake can find boostBOOST_ROOT
to wherever it is installedFlex 2.5.37+
Bison 3.0.4+
readline 6.2+
Download url: https://pan.baidu.com/s/1JnxVadThOJL3K2jsscRaGA
Verification code: moqr
Operating System Username:root, Password:toor.
Before checkout openedi code, Please source /opt/devtoolset/devtoolset.bash first.
The default configuration of the virtual machine is 4 cores and 8GB memory. If multi-threaded compilation is enabled (the number of threads is greater than 8) during the compilation process, it may cause insufficient resources. Please manually modify the hardware configuration of the virtual machine.
git clone --recursive https://gitee.com/niiceda/open-edi.git
Alternatively, you can clone the repository and the submodules in two steps.
git clone https://gitee.com/niiceda/open-edi.git
cd open-edi
git submodule update --init
mkdir build # assume you are inside the root directory of the repository
cd build
cmake .. # you may add -DCMAKE_INSTALL_PREFIX=your/install/path to specify the location
make # you may add -j to turn on parallel building
make test # optional step to run unittests
make docs # optional step to generate HTML documentations
make install
your/install/path/bin/
directory.Invoke the binary, try
openEDA> read_lef test.lef
openEDA> read_verilog test.v
openEDA> read_def test.def
openEDA> read_timing_library test.lib
Activity
Community
Health
Trend
Influence
:Code submit frequency
:React/respond to issue & PR etc.
:Well-balanced team members and collaboration
:Recent popularity of project
:Star counts, download counts etc.