Removed left over debug code from memory_bram
authorClifford Wolf <clifford@clifford.at>
Sun, 4 Jan 2015 10:46:04 +0000 (11:46 +0100)
committerClifford Wolf <clifford@clifford.at>
Sun, 4 Jan 2015 10:46:04 +0000 (11:46 +0100)
passes/memory/memory_bram.cc

index 868289892ad8ff21c515376bde0cfca8ea69dc9a..b63e5e7b9f4dff3b755cd7085893154871412058 100644 (file)
@@ -676,8 +676,8 @@ void handle_cell(Cell *cell, const rules_t &rules)
                int efficiency = (100 * match_properties["bits"]) / (dups * cells * bram.dbits * (1 << bram.abits));
                match_properties["efficiency"] = efficiency;
 
-               log("    Metrics for %s: awaste=%d dwaste=%d bwaste=%d waste=%d efficiency=%d %d\n",
-                               log_id(match.name), awaste, dwaste, bwaste, waste, efficiency, cells);
+               log("    Metrics for %s: awaste=%d dwaste=%d bwaste=%d waste=%d efficiency=%d\n",
+                               log_id(match.name), awaste, dwaste, bwaste, waste, efficiency);
 
                for (auto it : match.min_limits) {
                        if (it.first == "waste" || it.first == "dups")