From: Jan Michel Date: Thu, 19 Apr 2018 13:11:56 +0000 (+0200) Subject: less warnings in Diamond X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=450261c0deef256f51b826039ea4d59520f28ec6;p=trb3sc.git less warnings in Diamond --- diff --git a/code/debuguart.vhd b/code/debuguart.vhd index 579ba46..83ecde2 100644 --- a/code/debuguart.vhd +++ b/code/debuguart.vhd @@ -84,6 +84,7 @@ THE_TX_FIFO : entity work.fifo_9x2k_oreg RdEn => tx_fifo_read, Reset => RESET, Q(7 downto 0) => tx_fifo_out, + Q(8) => open, Empty => tx_fifo_empty, Full => tx_fifo_full ); @@ -227,4 +228,4 @@ end architecture; - \ No newline at end of file +