removed old debug code
authorClifford Wolf <clifford@clifford.at>
Tue, 6 Jan 2015 15:08:04 +0000 (16:08 +0100)
committerClifford Wolf <clifford@clifford.at>
Tue, 6 Jan 2015 15:08:04 +0000 (16:08 +0100)
passes/memory/memory_bram.cc

index c2e320658534ef766468f51c91af6edadcbc75c7..8c7338b9181c2ebaee20900689f8c0e7903256b7 100644 (file)
@@ -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;
                                }