]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
Restart FIFO properly, otherwise sim does not work
authorAndreas Neiser <neiser@kph.uni-mainz.de>
Wed, 18 Feb 2015 09:52:30 +0000 (10:52 +0100)
committerAndreas Neiser <neiser@kph.uni-mainz.de>
Sat, 13 Jun 2015 15:36:57 +0000 (17:36 +0200)
ADC/source/adc_ad9219.vhd

index c927e85c870895aa773e3875de12626b0b63f3ab..2f777e63c12c6748273939344f90b5f6e942be47 100644 (file)
@@ -239,7 +239,7 @@ begin
         RdClock            => CLK,
         WrEn               => fifo_write(i),
         RdEn               => '1',
-        Reset              => '0',
+        Reset              => RESTART_IN,
         RPReset            => RESTART_IN,
         Q(49 downto 0)     => fifo_output(i),
         Empty              => fifo_empty(i),