From 185c195b75f20b4c2ade46e6a8dd7f54c53f8dd3 Mon Sep 17 00:00:00 2001 From: Andreas Neiser Date: Wed, 18 Feb 2015 10:52:30 +0100 Subject: [PATCH] Restart FIFO properly, otherwise sim does not work --- ADC/source/adc_ad9219.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ADC/source/adc_ad9219.vhd b/ADC/source/adc_ad9219.vhd index c927e85..2f777e6 100644 --- a/ADC/source/adc_ad9219.vhd +++ b/ADC/source/adc_ad9219.vhd @@ -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), -- 2.43.0