dinyar / uGMTfirmware

Firmware for the CMS uGMT.
0 stars 4 forks source link

Update top_decl.vhd for mp7fw v1.8.0 #255

Closed dinyar closed 9 years ago

dinyar commented 9 years ago

In mp7fw v1.8.0 the following new constants were introduced:

    constant DAQ_N_BANKS: integer := 4;
    constant DAQ_TRIGGER_MODES: integer := 2;
    constant DAQ_N_CAP_CTRLS: integer := 4; -- Number of capture controls per trigger mode

These have to be added to our copy of top_decl.vhd.