summaryrefslogtreecommitdiff
path: root/debian/patches/05_abc_executable.patch
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2014-09-13 13:21:57 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2014-09-13 13:21:57 +0200
commit89320953cb07f577b31c926c900ea288d41be2c3 (patch)
treeea0075139eb1c54e36bf3ce6de9d0d860f791fd0 /debian/patches/05_abc_executable.patch
parentf0728812fd64e5c97bff94efe951d5107e0581df (diff)
abc executable is called berkeley-abc
Diffstat (limited to 'debian/patches/05_abc_executable.patch')
-rw-r--r--debian/patches/05_abc_executable.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/05_abc_executable.patch b/debian/patches/05_abc_executable.patch
index a14677bb..96d92f45 100644
--- a/debian/patches/05_abc_executable.patch
+++ b/debian/patches/05_abc_executable.patch
@@ -13,7 +13,7 @@ Index: yosys/passes/abc/abc.cc
log_push();
- std::string exe_file = proc_self_dirname() + "yosys-abc";
-+ std::string exe_file = proc_self_dirname() + "abc";
++ std::string exe_file = proc_self_dirname() + "berkeley-abc";
std::string script_file, liberty_file, constr_file, clk_str, delay_target;
bool dff_mode = false, keepff = false, cleanup = true;
int lut_mode = 0;