mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-07-24 07:31:04 -04:00
FPGA: Increase SPI clock
Signed-off-by: Joachim Strömbergson <joachim@assured.se>
This commit is contained in:
parent
a7cf0faf11
commit
614ee07616
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
||||
//----------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue