~ruther/vhdl-spi-2

b1b126ae635e98b5372cb98aee50d8ae185159d4 — Rutherther 3 months ago a026f65
fix: prevent slave ctrl sending X's
1 files changed, 14 insertions(+), 1 deletions(-)

M hdl_spi/src/spi_slave_ctrl.vhd
M hdl_spi/src/spi_slave_ctrl.vhd => hdl_spi/src/spi_slave_ctrl.vhd +14 -1
@@ 43,6 43,19 @@ architecture a1 of spi_slave_ctrl is

begin  -- architecture a1


  csn_o <= '0';

  gen_clk_en_o <= '0';
  latch_tx_data_o <= '0';
  rst_on <= '0';
  err_lost_rx_data_o <= '0';
  busy_o <= '0';
  rx_valid_o <= '0';
  tx_ready_o <= '0';

  miso_en_o <= '0';
  mosi_en_o <= '0';
  sck_en_o <= '0';
  csn_en_o <= '0';

end architecture a1;

Do not follow this link