Removed left over debug code
authorClifford Wolf <clifford@clifford.at>
Mon, 28 Jul 2014 17:38:30 +0000 (19:38 +0200)
committerClifford Wolf <clifford@clifford.at>
Mon, 28 Jul 2014 17:38:30 +0000 (19:38 +0200)
frontends/ast/genrtlil.cc
frontends/ast/simplify.cc

index 9b8e0faa46f53b98c79ad5771042f9e7987ea187..cb666679b846ec762e939ebbff9ebe510c6157ba 100644 (file)
@@ -917,7 +917,6 @@ RTLIL::SigSpec AstNode::genRTLIL(int width_hint, bool sign_hint)
                                                        children[0]->children[1]->clone() : children[0]->children[0]->clone());
                                        fake_ast->children[0]->delete_children();
                                        RTLIL::SigSpec shift_val = fake_ast->children[1]->genRTLIL();
-                                       log_dump(width, shift_val, id2ast->range_swapped, source_width, id2ast->range_left, id2ast->range_right);
                                        if (id2ast->range_right != 0)
                                                shift_val = current_module->Sub(NEW_ID, shift_val, id2ast->range_right);
                                        if (id2ast->range_swapped)
index d47bfb5e68f587818c555c3da4012caeff123bae..5665cd43c08816403db211b096a46d6eea993886 100644 (file)
@@ -1535,7 +1535,6 @@ skip_dynamic_range_lvalue_expansion:;
                                                        tmp_range_left = (param_width + 2*param_offset) - children[0]->range_right - 1;
                                                        tmp_range_right = (param_width + 2*param_offset) - children[0]->range_left - 1;
                                                }
-                                               log_dump(param_upto, param_offset, param_width, children[0]->range_left, children[0]->range_right, tmp_range_left, tmp_range_right);
                                                for (int i = tmp_range_right; i <= tmp_range_left; i++) {
                                                        int index = i - param_offset;
                                                        if (0 <= index && index < param_width)