From 8a9ae31d34a588f8928367e9feeedd3bc4ac3a34 Mon Sep 17 00:00:00 2001 From: es3298 Date: Thu, 16 Jul 2026 23:55:24 -0700 Subject: [PATCH] drop muxpack --- passes/opt/muxpack.cc | 1 - tests/opt/muxpack_src.ys | 57 ---------------------------------------- 2 files changed, 58 deletions(-) delete mode 100644 tests/opt/muxpack_src.ys diff --git a/passes/opt/muxpack.cc b/passes/opt/muxpack.cc index b449660a9..f78da20c0 100644 --- a/passes/opt/muxpack.cc +++ b/passes/opt/muxpack.cc @@ -294,7 +294,6 @@ struct MuxpackWorker s_sig.append(module->LogicNot(NEW_ID, cursor_cell->getPort(ID::S))); } remove_cells.insert(cursor_cell); - first_cell->add_strpool_attribute(ID::src, cursor_cell->get_strpool_attribute(ID::src)); } first_cell->setPort(ID::B, b_sig); diff --git a/tests/opt/muxpack_src.ys b/tests/opt/muxpack_src.ys deleted file mode 100644 index 48b3b07e9..000000000 --- a/tests/opt/muxpack_src.ys +++ /dev/null @@ -1,57 +0,0 @@ -read_rtlil <