From eb67a7532bf1d8195216257a2d6d301c03980591 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Fri, 23 Feb 2018 13:14:47 +0100 Subject: Add $allconst and $allseq cell types Signed-off-by: Clifford Wolf --- passes/opt/opt_merge.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'passes/opt') diff --git a/passes/opt/opt_merge.cc b/passes/opt/opt_merge.cc index 93d9f012f..2aeb514e4 100644 --- a/passes/opt/opt_merge.cc +++ b/passes/opt/opt_merge.cc @@ -279,6 +279,8 @@ struct OptMergeWorker ct.cell_types.erase("$_TBUF_"); ct.cell_types.erase("$anyseq"); ct.cell_types.erase("$anyconst"); + ct.cell_types.erase("$allseq"); + ct.cell_types.erase("$allconst"); log("Finding identical cells in module `%s'.\n", module->name.c_str()); assign_map.set(module); -- cgit v1.2.3