diff --git a/FPGA/Soruce/tb_spi_bridge.v b/FPGA/Soruce/tb_spi_bridge.v index bb0e630..6c2c4d1 100644 --- a/FPGA/Soruce/tb_spi_bridge.v +++ b/FPGA/Soruce/tb_spi_bridge.v @@ -129,7 +129,7 @@ task send_frame; send_line(8'h3F, dummy); for ( i= 9'h0; i<239; i = i + 1'h1)begin #1000 - send_line_short(8'h6B, dummy); + send_line(8'h6B, dummy); end