-
get homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
-
install python using homebrew
export PATH="/usr/local/opt/python/libexec/bin:$PATH" brew install python3
brew install gcc
You can find the installation steps in Yosys installation.
-
Install Iverilog
brew install icarus-verilog
-
Install Pandas
pip3 install pandas
-
Install OpenSTA
You can find the installation steps in OpenSTA installation.
bash Miniconda3-latest-Linux-x86_64.sh
conda install -y -c litex-hub -c conda-forge python yosys gxx
-
Install Iverilog
conda install -y -c litex-hub -c conda-forge iverilog
-
Install Pandas
pip3 install pandas
-
Install OpenSTA
conda install -y -c litex-hub -c conda-forge openroad
or
You can find the installation steps in OpenSTA installation.
Install using the executable installer here
Install using the executable installer here
You can find the installation steps in Yosys installation.
- Install Iverilog
Install using the executable installer here
-
Install Pandas
pip3 install pandas
-
Install OpenSTA
You can find the installation steps in OpenSTA installation.