axi_spdif_rx: clear warning

main
Laszlo Nagy 2018-08-07 08:38:36 +01:00 committed by Laszlo Nagy
parent 495ba3891a
commit f0edafc4dc
1 changed files with 1 additions and 0 deletions

View File

@ -234,6 +234,7 @@ begin
m_axis_tvalid <= '0';
m_axis_tlast <= '0';
m_axis_tkeep <= "0000";
m_axis_tdata <= (others => '0');
end generate;
pl330_dma_gen: if C_DMA_TYPE = 1 generate