]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
Fix
authorAndreas Neiser <neiser@kph.uni-mainz.de>
Tue, 17 Feb 2015 16:32:58 +0000 (17:32 +0100)
committerAndreas Neiser <neiser@kph.uni-mainz.de>
Sat, 13 Jun 2015 15:36:56 +0000 (17:36 +0200)
ADC/sim/adc_serializer.vhd

index c2a1825aceab402098800befc61d79ca67777208..ee6d98a00438dbe8eb8a4210fd7328d91ce4eb1e 100644 (file)
@@ -26,7 +26,7 @@ begin
   ADC_DCO <= ddr_clock;
   
   output : process is
-    variable cnt : unsigned(4 downto 0);
+    variable cnt : unsigned(4 downto 0) := (others => '0');
   begin
     wait until rising_edge(ddr_clock);
     ADC_DATA <= std_logic_vector(cnt);