Changeset 10249 for firmware


Ignore:
Timestamp:
03/21/11 15:07:23 (14 years ago)
Author:
vogler
Message:
ftm timing counter constants updated
File:
1 edited

Legend:

Unmodified
Added
Removed
  • firmware/FTM/ftm_definitions.vhd

    r10248 r10249  
    3636use IEEE.STD_LOGIC_ARITH.ALL;
    3737use IEEE.STD_LOGIC_UNSIGNED.ALL;
    38 -- use IEEE.NUMERIC_STD.ALL;
     38use IEEE.NUMERIC_STD.ALL;
    3939
    4040package ftm_array_types is
     
    322322-- Timing counter
    323323  constant tc_width : integer := 48;    -- width (number of bits) of timing counter
    324  -- constant zero : unsigned (tc_width - 1 downto 0) := 0
    325  -- constant zero : unsigned  := 0; 
     324constant zero : unsigned (tc_width - 1 downto 0) := (others => '0')
     325
    326326 
    327327
Note: See TracChangeset for help on using the changeset viewer.