Update tb_spi_bridge.v

master
Gaurav Singh 2020-01-19 16:05:52 +01:00 committed by GitHub
parent aa849ffd14
commit 58c89ef5d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ task send_frame;
send_line(8'h3F, dummy); send_line(8'h3F, dummy);
for ( i= 9'h0; i<239; i = i + 1'h1)begin for ( i= 9'h0; i<239; i = i + 1'h1)begin
#1000 #1000
send_line_short(8'h6B, dummy); send_line(8'h6B, dummy);
end end