From 3ad18f9945aa0f6a617fcd399a0a402db9a28027 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Stro=CC=88mbergson?= Date: Tue, 9 Apr 2019 16:10:55 +0200 Subject: Adding inital tb for the SPI slave. Debugging the SPI slave and the FPGA_MKM. --- src/rtl/fpga_mkm_spi_slave.v | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/rtl/fpga_mkm_spi_slave.v') 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 ); -- cgit v1.2.3