fixed mtb computation

This commit is contained in:
AngeloJacobo 2024-12-29 22:11:26 +08:00
parent 1afd06542f
commit c11d90440e
1 changed files with 1 additions and 1 deletions

View File

@ -368,7 +368,7 @@ module spd_reader (
endcase
end
end
assign mtb = mtb_dividend*1000/miso_data; // mtb is MCP (multicycle path) to give time for multiplication to be done
assign mtb = mtb_dividend*1000/mtb_divisor; // mtb is MCP (multicycle path) to give time for multiplication to be done
// FSM for uart
// uart_text = "Hello" , uart_text_length = 5