mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-08 15:13:24 +00:00
abc9: cleanup
This commit is contained in:
parent
d4ff5b2d00
commit
c244b27b6d
2 changed files with 41 additions and 41 deletions
|
@ -362,7 +362,7 @@ struct Abc9ExePass : public Pass {
|
||||||
}
|
}
|
||||||
void execute(std::vector<std::string> args, RTLIL::Design *design) YS_OVERRIDE
|
void execute(std::vector<std::string> args, RTLIL::Design *design) YS_OVERRIDE
|
||||||
{
|
{
|
||||||
log_header(design, "Executing ABC9_MAP pass (technology mapping using ABC9).\n");
|
log_header(design, "Executing ABC9_EXE pass (technology mapping using ABC9).\n");
|
||||||
|
|
||||||
#ifdef ABCEXTERNAL
|
#ifdef ABCEXTERNAL
|
||||||
std::string exe_file = ABCEXTERNAL;
|
std::string exe_file = ABCEXTERNAL;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue