]> jspc29.x-matter.uni-frankfurt.de Git - vhdlbasics.git/commitdiff
include change of SPI from Dirich
authorJan Michel <j.michel@gsi.de>
Tue, 18 Jul 2017 16:45:00 +0000 (18:45 +0200)
committerJan Michel <j.michel@gsi.de>
Tue, 18 Jul 2017 16:45:00 +0000 (18:45 +0200)
interface/spi_slave.vhd

index f234756c8af02c4336c1b31d02ca5a71922f89d3..9badbab5a5d7cdb32c8f6472b15305c1590889e4 100644 (file)
@@ -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;