From e61a999d432b06051516e5504b8478f875829226 Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Tue, 18 Jul 2017 18:45:00 +0200 Subject: [PATCH] include change of SPI from Dirich --- interface/spi_slave.vhd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/interface/spi_slave.vhd b/interface/spi_slave.vhd index f234756..9badbab 100644 --- a/interface/spi_slave.vhd +++ b/interface/spi_slave.vhd @@ -103,8 +103,8 @@ PROC_GEN_SIGNALS : process begin operation_i <= input(23); if (input(23) = '0') then READ_OUT <= '1'; - else - WRITE_OUT <= '1'; +-- else +-- WRITE_OUT <= '1'; end if; ADDR_OUT <= input(31 downto 24); state <= GET_DATA; @@ -151,4 +151,4 @@ DEBUG(7 downto 4) <= std_logic_vector(to_unsigned(bitcnt,4)); DEBUG(14 downto 8) <= input(30 downto 24); --DEBUG_OUT(15) <= write_i(4); -end; \ No newline at end of file +end; -- 2.43.0