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 <