From 450261c0deef256f51b826039ea4d59520f28ec6 Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Thu, 19 Apr 2018 15:11:56 +0200 Subject: [PATCH] less warnings in Diamond --- code/debuguart.vhd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 + -- 2.43.0