summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSebastian Kuzminsky <seb@highlab.com>2016-03-23 10:39:18 -0600
committerSebastian Kuzminsky <seb@highlab.com>2016-04-04 11:50:47 -0600
commit0f4a555bd2a58c36f5d4fb902b760df69b8be65b (patch)
tree785e5c3bb59ac6b7b1e1a8e17e7d528d67b8fa4d /debian
parent7e8653118c4cb4b3233ee8cea0e573c9645df5aa (diff)
add yosys-dev
This includes the yosys-config program and the headers needed to build plugins.
Diffstat (limited to 'debian')
-rw-r--r--debian/control16
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index ec191219..6d5216dc 100644
--- a/debian/control
+++ b/debian/control
@@ -49,6 +49,22 @@ Description: Framework for Verilog RTL synthesis
passes (algorithms) using synthesis scripts and adding additional passes as
needed by extending the yosys C++ code base.
+Package: yosys-dev
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${python3:Depends},
+ ${misc:Depends}
+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.
+
Package: yosys-doc
Section: doc
Architecture: all