[yosys] 03/07: add yosys-dev
Sebastian Kuzminsky
seb_kuzminsky-guest at moszumanska.debian.org
Mon Apr 4 17:52:22 UTC 2016
This is an automated email from the git hooks/post-receive script.
seb_kuzminsky-guest pushed a commit to branch master
in repository yosys.
commit 0f4a555bd2a58c36f5d4fb902b760df69b8be65b
Author: Sebastian Kuzminsky <seb at highlab.com>
Date: Wed Mar 23 10:39:18 2016 -0600
add yosys-dev
This includes the yosys-config program and the headers needed to build
plugins.
---
debian/control | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/debian/control b/debian/control
index ec19121..6d5216d 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/yosys.git
More information about the debian-science-commits
mailing list