From 58c89ef5d4db2ca72fee6cc985a4d0daf8d77582 Mon Sep 17 00:00:00 2001 From: Gaurav Singh Date: Sun, 19 Jan 2020 16:05:52 +0100 Subject: [PATCH] Update tb_spi_bridge.v --- FPGA/Soruce/tb_spi_bridge.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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