summaryrefslogtreecommitdiff
path: root/debian/patches/05_abc_executable.patch
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2015-02-01 21:38:46 +0100
committerRuben Undheim <ruben.undheim@gmail.com>2015-02-01 21:38:46 +0100
commit04e108c7d18be783399e39ecc8f5d764c67da5fa (patch)
treed76b7f9f29e63268fb1577fd608c831759f33590 /debian/patches/05_abc_executable.patch
parent69eaa6aa29d8129f87c5a52679b181c65316e0bf (diff)
Refreshed patches
Diffstat (limited to 'debian/patches/05_abc_executable.patch')
-rw-r--r--debian/patches/05_abc_executable.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches/05_abc_executable.patch b/debian/patches/05_abc_executable.patch
index 2f2241b8..389a3b8c 100644
--- a/debian/patches/05_abc_executable.patch
+++ b/debian/patches/05_abc_executable.patch
@@ -6,9 +6,9 @@ Forwarded: doesn't make sense upstream
Author: Ruben Undheim <ruben.undheim@gmail.com>
Index: yosys/passes/abc/abc.cc
===================================================================
---- yosys.orig/passes/abc/abc.cc 2014-10-28 21:30:10.095418581 +0100
-+++ yosys/passes/abc/abc.cc 2014-10-28 21:30:10.091418581 +0100
-@@ -1101,7 +1101,7 @@
+--- yosys.orig/passes/abc/abc.cc 2015-02-01 21:36:41.681594913 +0100
++++ yosys/passes/abc/abc.cc 2015-02-01 21:36:41.677594913 +0100
+@@ -1190,7 +1190,7 @@
log_header("Executing ABC pass (technology mapping using ABC).\n");
log_push();
@@ -16,4 +16,4 @@ Index: yosys/passes/abc/abc.cc
+ std::string exe_file = proc_self_dirname() + "berkeley-abc";
std::string script_file, liberty_file, constr_file, clk_str, delay_target;
bool fast_mode = false, dff_mode = false, keepff = false, cleanup = true;
- int lut_mode = 0;
+ bool show_tempdir = false;