From ec7b4b74b4817dc7ee797fb379a7bd57fad0a1e9 Mon Sep 17 00:00:00 2001 From: Akash Levy Date: Wed, 15 Jan 2025 17:09:26 -0800 Subject: [PATCH] Use our naming convention instead of Yosys' --- passes/pmgen/peepopt_muxadd.pmg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/passes/pmgen/peepopt_muxadd.pmg b/passes/pmgen/peepopt_muxadd.pmg index c403ce75f..44fac9a3b 100644 --- a/passes/pmgen/peepopt_muxadd.pmg +++ b/passes/pmgen/peepopt_muxadd.pmg @@ -103,7 +103,7 @@ code add_y add_a add_b add_a_ext add_a_id add_b_id mux_y mux_a mux_b mux_a_id m } // Create new mid wire - mid = module->addWire(NEW_ID, GetSize(add_b)); + mid = module->addWire(NEW_ID2_SUFFIX("mid"), GetSize(add_b)); // Connect ports add->setPort(add_b_id, mid);