mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-05 10:50:25 +00:00
Look for yosys-abc and yosys-svgviewer where the main exe is
This commit is contained in:
parent
6c8a424872
commit
bf59a28f80
4 changed files with 23 additions and 3 deletions
|
@ -665,7 +665,7 @@ struct AbcPass : public Pass {
|
|||
log_header("Executing ABC pass (technology mapping using ABC).\n");
|
||||
log_push();
|
||||
|
||||
std::string exe_file = "yosys-abc";
|
||||
std::string exe_file = rewrite_yosys_exe("yosys-abc");
|
||||
std::string script_file, liberty_file;
|
||||
bool cleanup = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue