aboutsummaryrefslogtreecommitdiff
path: root/src/rtl/fpga_mkm_spi_slave.v
diff options
context:
space:
mode:
Diffstat (limited to 'src/rtl/fpga_mkm_spi_slave.v')
-rw-r--r--src/rtl/fpga_mkm_spi_slave.v5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/rtl/fpga_mkm_spi_slave.v b/src/rtl/fpga_mkm_spi_slave.v
index 1449af2..9a59f9e 100644
--- a/src/rtl/fpga_mkm_spi_slave.v
+++ b/src/rtl/fpga_mkm_spi_slave.v
@@ -59,8 +59,9 @@ module fpga_mkm_spi_slave(
output wire rx_byte_available,
output wire [7 : 0] rx_byte,
- input wire tx_byte_load,
- input wire [7 : 0] tx_byte
+ input wire tx_byte_available,
+ input wire [7 : 0] tx_byte,
+ output wire tx_byte_ack
);