From c305c426ebd6a149ad87ac9e6a43731750a65fb0 Mon Sep 17 00:00:00 2001 From: nataliakokoromyti <126305457+nataliakokoromyti@users.noreply.github.com> Date: Tue, 13 Jan 2026 14:43:52 -0800 Subject: [PATCH] restore extra_args --- passes/techmap/lut2mux.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/passes/techmap/lut2mux.cc b/passes/techmap/lut2mux.cc index 28f466874..0da58f95d 100644 --- a/passes/techmap/lut2mux.cc +++ b/passes/techmap/lut2mux.cc @@ -90,7 +90,8 @@ struct Lut2muxPass : public Pass { } break; } - + extra_args(args, argidx, design); + for (auto module : design->selected_modules()) for (auto cell : module->selected_cells()) { if (cell->type == ID($lut)) {