FPGA: Increase SPI clock

Signed-off-by: Joachim Strömbergson <joachim@assured.se>
This commit is contained in:
Joachim Strömbergson 2024-06-18 11:58:32 +02:00
parent a7cf0faf11
commit 614ee07616
No known key found for this signature in database
GPG Key ID: 865B8A548EA61679

View File

@ -52,7 +52,7 @@ module tk1_spi_master(
localparam CTRL_WAIT_NEG = 3'h4;
localparam CTRL_NEXT = 3'h5;
localparam SPI_CLK_CYCLES = 4'hf;
localparam SPI_CLK_CYCLES = 4'h1;
//----------------------------------------------------------------