Ignore:
Timestamp:
07/06/10 16:46:25 (14 years ago)
Author:
qweitzel
Message:
more add-ons for FTU_test2
File:
1 edited

Legend:

Unmodified
Added
Removed
  • FPGA/FTU/test_firmware/FTU_test2/FTU_test2_spi_controller.vhd

    r236 r242  
    1919      mosi         : OUT    std_logic := '0';
    2020      dac_id       : IN     std_logic_vector (2 DOWNTO 0);
    21       data         : INOUT  std_logic_vector (15 DOWNTO 0) := (others => 'Z');
     21      --data         : INOUT  std_logic_vector (15 DOWNTO 0) := (others => 'Z');
     22      data         : IN  std_logic_vector (15 DOWNTO 0) := (others => '0');
    2223      dac_cs       : OUT    std_logic := '1';
    2324      dac_start    : IN     std_logic;
     
    4344      miso <= 'Z';
    4445      mosi <= '0';
    45       data <= (others => 'Z');
     46      --data <= (others => 'Z');
    4647      case spi_state is
    4748        when SPI_IDLE =>
Note: See TracChangeset for help on using the changeset viewer.