Changeset 10071


Ignore:
Timestamp:
12/16/10 16:54:25 (14 years ago)
Author:
weitzel
Message:
some defaults for FTU firmware have been changed
File:
1 edited

Legend:

Unmodified
Added
Removed
  • firmware/FTU/ftu_definitions.vhd

    r10051 r10071  
    3939  --First 4 values: patches A-D, DACs 5-7 not used, last value: majority coincidence
    4040  type dac_array_type is array (0 to 7) of integer range 0 to 2**12 - 1;
    41   constant DEFAULT_DAC : dac_array_type := (500, 500, 500, 500, 0, 0, 0, 100);
     41  constant DEFAULT_DAC : dac_array_type := (500, 500, 500, 500, 0, 0, 0, 16);
    4242
    4343  --array to hold current values of rate counters (as integers)
     
    5858  constant INT_CLK_FREQUENCY : integer := 50000000;  -- 50MHz
    5959  constant COUNTER_FREQUENCY : integer :=  1000000;  -- has to be smaller than INT_CLK_FREQUENCY
    60   constant CNTR_FREQ_DIVIDER : integer :=    25000;  -- for simulation, should normally be 1
     60  constant CNTR_FREQ_DIVIDER : integer :=        1;  -- for simulation, should normally be 1
    6161   
    6262  --64byte dual-port RAM, port A: 8byte, port B: 16byte
     
    6969   
    7070  --normalization time for trigger counters
    71   constant DEFAULT_PRESCALING : integer := 59; --30s integration time
     71  constant DEFAULT_PRESCALING : integer := 1; --1s integration time
    7272
    7373  constant NO_OF_ENABLE       : integer := 4;
Note: See TracChangeset for help on using the changeset viewer.