3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-22 05:43:40 +00:00

Removed left over debug code

This commit is contained in:
Clifford Wolf 2014-07-28 19:38:30 +02:00
parent ec58965967
commit 48822e79a3
2 changed files with 0 additions and 2 deletions

View 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)