summaryrefslogtreecommitdiff
path: root/debian/patches/05_abc_executable.patch
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2016-09-23 07:22:17 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2016-09-23 07:22:17 +0200
commit2fba240fc8ec65b60c6cba2ffa022ca532a6817e (patch)
tree1313936a710208f6202de27e35a0cb826d48f056 /debian/patches/05_abc_executable.patch
parente8ba8a500ab8474e1d59a1a4fc20db8f0c38b4f0 (diff)
Refreshed patches
Diffstat (limited to 'debian/patches/05_abc_executable.patch')
-rw-r--r--debian/patches/05_abc_executable.patch18
1 files changed, 11 insertions, 7 deletions
diff --git a/debian/patches/05_abc_executable.patch b/debian/patches/05_abc_executable.patch
index a8620843..c9bb08d2 100644
--- a/debian/patches/05_abc_executable.patch
+++ b/debian/patches/05_abc_executable.patch
@@ -7,19 +7,23 @@ Subject: The dependency abc is built with the name yosys-abc upstream. Since
Forwarded: doesn't make sense upstream
---
- passes/techmap/abc.cc | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
+ passes/techmap/abc.cc | 6 +-----
+ 1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/passes/techmap/abc.cc b/passes/techmap/abc.cc
-index 7da2660..8b35d43 100644
+index cc79296..b215cbc 100644
--- a/passes/techmap/abc.cc
+++ b/passes/techmap/abc.cc
-@@ -1289,7 +1289,7 @@ struct AbcPass : public Pass {
- log_header("Executing ABC pass (technology mapping using ABC).\n");
+@@ -1327,11 +1327,7 @@ struct AbcPass : public Pass {
+ log_header(design, "Executing ABC pass (technology mapping using ABC).\n");
log_push();
+-#ifdef ABCEXTERNAL
+- std::string exe_file = ABCEXTERNAL;
+-#else
- std::string exe_file = proc_self_dirname() + "yosys-abc";
+-#endif
+ std::string exe_file = "berkeley-abc";
- std::string script_file, liberty_file, constr_file, clk_str, delay_target;
+ std::string script_file, liberty_file, constr_file, clk_str;
+ std::string delay_target, sop_inputs, sop_products;
bool fast_mode = false, dff_mode = false, keepff = false, cleanup = true;
- bool show_tempdir = false;