From e78690fc4726cea0bac3cc1f2ae3d0955d84b99d Mon Sep 17 00:00:00 2001 From: Lofty Date: Wed, 18 Mar 2026 11:44:13 +0000 Subject: [PATCH] abc9_exe: fix typo --- passes/techmap/abc9_exe.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") {