Remove unnecessary debug output
This commit is contained in:
parent
a072dbfe8a
commit
0a493bdd2a
@ -88,8 +88,6 @@ static int fpga_cell_lut34_lut_get_out_mux(int lut_group, char *ports) {
|
||||
|
||||
lut = lut_group * 2;
|
||||
|
||||
report(LL_DEBUG, "port0=%c, port1=%c", ports[0], ports[1]);
|
||||
|
||||
for (i = 0; i < 4; ++i) {
|
||||
if (ports[0] == LUT_OUT_DC ||
|
||||
ports[0] == LUT_OUT_Z ||
|
||||
@ -231,8 +229,6 @@ char *fpga_cell_lut34_isp_generate_bitstream(struct fpga_cell *cell)
|
||||
goto fail;
|
||||
}
|
||||
|
||||
report (LL_DEBUG, "select output sel: %d\n", temp);
|
||||
|
||||
BS_SET_BITS(temp, 2, LUT_OUT_BITMAP[i],
|
||||
"Couldn't set LUT output sel %d for output %d.", temp, i);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user