diff --git a/sw/kousaten/src/fpga_cell_lut34.c b/sw/kousaten/src/fpga_cell_lut34.c index cc9a367..bd1af3b 100644 --- a/sw/kousaten/src/fpga_cell_lut34.c +++ b/sw/kousaten/src/fpga_cell_lut34.c @@ -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);