mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-28 17:14:11 +02:00
Removed left over debug code
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user