How to Install yosys-dev in Ubuntu 18.04



Install yosys-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install yosys-dev

Description:

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.

Homepage: http://www.clifford.at/yosys

Version: 0.7-2

Section: universe/electronics