Changeset 10229 for firmware


Ignore:
Timestamp:
03/07/11 13:03:47 (14 years ago)
Author:
vogler
Message:
constant for Lightpulser interface added
File:
1 edited

Legend:

Unmodified
Added
Removed
  • firmware/FTM/ftm_definitions.vhd

    r10228 r10229  
    296296  );
    297297
    298 
    299 
    300 
    301298  -- Light pulser interface
    302   constant low_PLC : integer := 16;     -- minimal pulse duration in units of 4
    303                                         -- ns
    304 
    305  
     299  constant low_PLC : integer := 16;   -- minimal pulse duration in units of 4 ns
     300  constant width_PLC : integer := 6;  -- counter width pulse duration
     301                                   
    306302end ftm_constants;
Note: See TracChangeset for help on using the changeset viewer.