make spd read display better

This commit is contained in:
AngeloJacobo 2024-12-29 21:40:53 +08:00
parent 6ead81ba48
commit ab1a5b9f81
1 changed files with 3 additions and 2 deletions

View File

@ -184,8 +184,9 @@ module spd_reader (
case(byte_address) case(byte_address)
0: begin 0: begin
uart_start_send <= 1'b1; uart_start_send <= 1'b1;
uart_text_length <= 15; uart_text_length <= 29;
uart_text[30*8-1:8] <= "START SPD READ"; uart_text[30*8-1:8*29] <= 8'h0a;
uart_text[29*8-1:8] <= "------ START SPD READ ------";
uart_text[7:0] <= 8'h0a; uart_text[7:0] <= 8'h0a;
end end
1: begin 1: begin