diff --git a/passes/techmap/abc9_exe.cc b/passes/techmap/abc9_exe.cc index 2baf53a02..7b3b65388 100644 --- a/passes/techmap/abc9_exe.cc +++ b/passes/techmap/abc9_exe.cc @@ -513,7 +513,7 @@ struct Abc9ExePass : public Pass { continue; } if (arg == "-luts" && argidx+1 < args.size()) { - lut_arg = args[++argidx]; + luts_arg = args[++argidx]; continue; } if (arg == "-fast") {