Update tb_spi_bridge.v

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

View File

@ -130,7 +130,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