diff options
author | Eddie Hung <eddie@fpgeh.com> | 2020-02-10 10:17:23 -0800 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2020-02-10 10:17:23 -0800 |
commit | c244b27b6db72b5341186f732c8fba030c177164 (patch) | |
tree | dfbd7400eb55c5b2dc8bb8b3595ea4350197d67d /passes | |
parent | d4ff5b2d007c73cd95fa61bafdb65a47796014d9 (diff) | |
download | yosys-c244b27b6db72b5341186f732c8fba030c177164.tar.gz yosys-c244b27b6db72b5341186f732c8fba030c177164.tar.bz2 yosys-c244b27b6db72b5341186f732c8fba030c177164.zip |
abc9: cleanup
Diffstat (limited to 'passes')
-rw-r--r-- | passes/techmap/abc9_exe.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/passes/techmap/abc9_exe.cc b/passes/techmap/abc9_exe.cc index d3db0065c..898285c69 100644 --- a/passes/techmap/abc9_exe.cc +++ b/passes/techmap/abc9_exe.cc @@ -362,7 +362,7 @@ struct Abc9ExePass : public Pass { } 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 std::string exe_file = ABCEXTERNAL; |