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. Under default configuration, if multi-threaded compilation is enabled and the number of threads is greater than 8, insufficient resource may lead to build failure. Please manually modify the virtual machine hardware configuration of the virtual machine as you need.
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 build installation location, which by default is <repository>/
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 # install 'openeda' binary and all related files in build installation location
OpenEDA> read_lef test.lef
OpenEDA> read_verilog test.v
OpenEDA> read_def test.def
OpenEDA> read_timing_library test.lib
cd demo
tar xvf demo_case.tar.xz
cd demo_case
run.sh <your/install/path/bin/openeda>
Welcome to contribute to our open source EDA ecosystems!
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.