From: Clifford Wolf Date: Tue, 6 Jan 2015 15:08:04 +0000 (+0100) Subject: removed old debug code X-Git-Tag: yosys-0.5~125 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=da7205010771f4dd0db6ffa9ff4e373a2a03588d;p=yosys.git removed old debug code --- diff --git a/passes/memory/memory_bram.cc b/passes/memory/memory_bram.cc index c2e320658..8c7338b91 100644 --- a/passes/memory/memory_bram.cc +++ b/passes/memory/memory_bram.cc @@ -436,7 +436,6 @@ bool replace_cell(Cell *cell, const rules_t::bram_t &bram, const rules_t::match_ sig_en.append(last_en_bit); } if (last_en_bit != wr_en[i + cell_port_i*mem_width]) { - log_dump(last_en_bit, wr_en[i + cell_port_i*mem_width]); log(" Bram port %c%d has incompatible enable structure.\n", pi.group + 'A', pi.index + 1); goto skip_bram_wport; }