Package: yosys / 0.8-1
Metadata
Package | Version | Patches format |
---|---|---|
yosys | 0.8-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
01_gitrevision.patch | (download) |
Makefile |
2 1 + 1 - 0 ! |
compilation from the upstream code depends on being in the git repository to get the correct git-revision to be shown when running the program. This patch puts in the git revision from the correct upstream. It must be updated every time upstream changes! |
02_removeabc.patch | (download) |
Makefile |
2 1 + 1 - 0 ! |
don't build abc when building yosys. it is built as a separate source package. |
05_abc_executable.patch | (download) |
passes/techmap/abc.cc |
6 1 + 5 - 0 ! |
the dependency abc is built with the name yosys-abc upstream. since it is available as a separate package independently of yosys, it is not called yosys-abc in debian. This patch changes the name of the command that yosys looks for. |
switch to free font.patch | (download) |
manual/APPNOTE_010_Verilog_to_BLIF.tex |
2 1 + 1 - 0 ! |
switch the yosys manual font from luximono (non-free) to inconsolata (free) =================================================================== |
manual build.patch | (download) |
manual/PRESENTATION_Prog/Makefile |
2 1 + 1 - 0 ! |
build the manual using the headers from the source tree, not the installed ones. =================================================================== |
kfreebsd support.patch | (download) |
kernel/driver.cc |
8 4 + 4 - 0 ! |
change yosys to look for the #define constant "__unix__" instead of "__linux__", to select code appropriate for Unix-like systems. This has been tested with Clang 3.5 and GCC 4.6, 4.8, and 4.9 on Linux, and Clang 3.5 and GCC 4.9 on kFreeBSD. |
0007 Disable pretty build.patch | (download) |
Makefile |
2 1 + 1 - 0 ! |
disable pretty build |
0009 Some spelling errors fixed.patch | (download) |
backends/simplec/simplec.cc |
2 1 + 1 - 0 ! |
some spelling errors fixed |
0010 Fix reproducibility of PDF documents in yosys doc.patch | (download) |
Makefile |
6 3 + 3 - 0 ! |
fix reproducibility of pdf documents in yosys-doc |
0010 Fix adding of sys.path in yosys smtbmc.patch | (download) |
backends/smt2/Makefile.inc |
2 1 + 1 - 0 ! |
fix adding of sys.path in yosys-smtbmc |
0011 Do not show g build flags in Version string.patch | (download) |
Makefile |
7 4 + 3 - 0 ! |
do not show g++ build flags in version string |
0012 Skip non deterministic test causing random FTBFS on .patch | (download) |
Makefile |
2 1 + 1 - 0 ! |
skip non-deterministic test causing random ftbfs on some architectures |
0013 Let dpkg buildpackage handle stripping of binaries.patch | (download) |
Makefile |
4 0 + 4 - 0 ! |
let dpkg-buildpackage handle stripping of binaries |