summaryrefslogtreecommitdiff
path: root/passes/proc/proc_mux.cc
diff options
context:
space:
mode:
authorAhmed Irfan <ahmedirfan1983@gmail.com>2014-01-14 11:25:06 +0100
committerAhmed Irfan <ahmedirfan1983@gmail.com>2014-01-14 11:25:06 +0100
commit1091c24d0028850699ba209469f03b28ebc66e10 (patch)
treedfdf036678958312ac003e4047cea70fa74e1fa7 /passes/proc/proc_mux.cc
parent09f16c9d0c1f0b8aec4a376449c831fa98a4e985 (diff)
parentb4ce7fee06d14d2b767ad81968b5047766d4da84 (diff)
Merge branch 'master' of https://github.com/ahmedirfan1983/yosys into btor
Diffstat (limited to 'passes/proc/proc_mux.cc')
-rw-r--r--passes/proc/proc_mux.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/passes/proc/proc_mux.cc b/passes/proc/proc_mux.cc
index c7121959..9b2f8388 100644
--- a/passes/proc/proc_mux.cc
+++ b/passes/proc/proc_mux.cc
@@ -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";