File debian.control of Package yosys
Source: yosys
Section: electronics
Priority: extra
Maintainer: Chips4Makers <info@chips4makers.io>
Build-Depends: debhelper (>= 9), python3, pkg-config, flex, bison, libffi-dev, tcl-dev, libreadline-dev
Package: yosys
Architecture: any
Depends: ${shlibs:Depends}
Description: Yosys Open SYnthesis Suite
This is a framework for RTL synthesis tools. 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.
.
Yosys is free software licensed under the ISC license (a GPL compatible license
that is similar in terms to the MIT license or the 2-clause BSD license).
.
http://www.clifford.at/yosys/