Ignore:
Timestamp:
03/14/11 10:02:26 (14 years ago)
Author:
vogler
Message:
ftu_definitions constant for timing counter added
File:
1 edited

Legend:

Unmodified
Added
Removed
  • firmware/FTM/ftm_definitions.vhd

    r10239 r10243  
    303303-- Timing counter
    304304  constant tc_width : integer := 32;    -- width (number of bits) of timing counter
    305 
     305  constant zero : unsigned (tc_width - 1 downto 0) := (others => '0');
    306306 
    307307end ftm_constants;
Note: See TracChangeset for help on using the changeset viewer.