]> jspc29.x-matter.uni-frankfurt.de Git - dirich.git/commitdiff
solved conflicts
authorCahit <c.ugur@gsi.de>
Tue, 25 Apr 2017 19:35:27 +0000 (21:35 +0200)
committerCahit <c.ugur@gsi.de>
Tue, 25 Apr 2017 19:35:27 +0000 (21:35 +0200)
1  2 
dirich/config.vhd
dirich/dirich.vhd

index 30cc46c4663dcfc9050f83bf901cceb0fa719111,813c7b03bbc690696dcb34c1efc8908bea8e7012..170f969c36f2d027d3e0ae56dcd3f8180abbcbce
@@@ -9,12 -9,14 +9,16 @@@ package config i
  ------------------------------------------------------------------------------
  --Begin of design configuration
  ------------------------------------------------------------------------------
+   constant DIRICH_VERSION           : integer := 2; --1 or 2.
  --TDC settings
 -  constant NUM_TDC_MODULES          : integer range 1 to 4  := 1;  -- number of tdc modules to implement
 -  constant NUM_TDC_CHANNELS         : integer range 1 to 65 := 16;  -- number of tdc channels per module
 -  constant NUM_TDC_CHANNELS_POWER2  : integer range 0 to 6  := 4;  --the nearest power of two, for convenience reasons 
 -  constant DOUBLE_EDGE_TYPE         : integer range 0 to 3  := 3;  --double edge type:  0, 1, 2,  3
++
 +  constant BOARD                   : string                := "dirich";  -- Options: dirich, trb3
 +  constant NUM_TDC_MODULES         : integer range 1 to 4  := 1;  -- number of tdc modules to implement
 +  constant NUM_TDC_CHANNELS        : integer range 1 to 65 := 5;  -- number of tdc channels per module
 +  constant NUM_TDC_CHANNELS_POWER2 : integer range 0 to 6  := 5;  --the nearest power of two, for convenience reasons 
 +  constant DOUBLE_EDGE_TYPE        : integer range 0 to 3  := 3;  --double edge type:  0, 1, 2,  3
    -- 0: single edge only,
    -- 1: same channel,
    -- 2: alternating channels,
Simple merge