Tiny cleanup in proc_mux.cc

This commit is contained in:
Clifford Wolf 2014-01-03 16:54:59 +01:00
parent 60fbca9970
commit 8a8d444648
1 changed files with 0 additions and 3 deletions

View File

@ -186,9 +186,6 @@ static void append_pmux(RTLIL::Module *mod, const RTLIL::SigSpec &signal, const
assert(last_mux_cell != NULL);
assert(when_signal.width == last_mux_cell->connections["\\A"].width);
std::stringstream sstr;
sstr << "$procmux$" << (RTLIL::autoidx++);
RTLIL::SigSpec ctrl_sig = gen_cmp(mod, signal, compare, sw);
assert(ctrl_sig.width == 1);
last_mux_cell->type = "$pmux";