Changeset 10239


Ignore:
Timestamp:
03/11/11 14:24:55 (14 years ago)
Author:
vogler
Message:
Timing counter width added
File:
1 edited

Legend:

Unmodified
Added
Removed
  • firmware/FTM/ftm_definitions.vhd

    r10229 r10239  
    299299  constant low_PLC : integer := 16;   -- minimal pulse duration in units of 4 ns
    300300  constant width_PLC : integer := 6;  -- counter width pulse duration
    301                                    
     301
     302
     303-- Timing counter
     304  constant tc_width : integer := 32;    -- width (number of bits) of timing counter
     305
     306 
    302307end ftm_constants;
Note: See TracChangeset for help on using the changeset viewer.