]> jspc29.x-matter.uni-frankfurt.de Git - trb3sc.git/commitdiff
less warnings in Diamond
authorJan Michel <j.michel@gsi.de>
Thu, 19 Apr 2018 13:11:56 +0000 (15:11 +0200)
committerJan Michel <j.michel@gsi.de>
Thu, 19 Apr 2018 13:11:56 +0000 (15:11 +0200)
code/debuguart.vhd

index 579ba46f9d527fb0defa9d00dd1f2727f63393cd..83ecde21406daa9a3fbb6791fd8770e1359206bf 100644 (file)
@@ -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
+