yosys-config
plugins
Install
- All systems
-
curl cmd.cat/yosys-config.sh
- Debian
-
apt-get install yosys-dev
- Ubuntu
-
apt-get install yosys-dev
- Arch Linux
-
pacman -S yosys
- Kali Linux
-
apt-get install yosys-dev
- Fedora
-
dnf install yosys-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install yosys-dev
- OS X
-
brew install yosys
- Raspbian
-
apt-get install yosys-dev
- Dockerfile
- dockerfile.run/yosys-config
yosys-devel
plugins
yosys-dev
Framework for Verilog RTL synthesis (development files)
Yosys is a framework for Verilog RTL synthesis. It currently has extensive Verilog-2005 support and provides a basic set of synthesis algorithms for various application domains. Yosys can be adapted to perform any synthesis job by combining the existing passes (algorithms) using synthesis scripts and adding additional passes as needed by extending the yosys C++ code base. This package contains the headers and programs needed to build yosys plugins.
yosys
Framework for Verilog RTL synthesis
This is a framework for Verilog RTL synthesis. It currently has extensive Verilog-2005 support and provides a basic set of synthesis algorithms for various application domains. Yosys can be adapted to perform any synthesis job by combining the existing passes (algorithms) using synthesis scripts and adding additional passes as needed by extending the yosys C++ code base.