Back to home page

Project CMSSW displayed by LXR

 
 

    


Warning, /L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/def_val_pkg.vhd is written in an unsupported language. File is not indexed.

0001 $(header)
0002 
0003 LIBRARY ieee;
0004 USE ieee.std_logic_1164.ALL;
0005 
0006 USE work.types_pkg.ALL;
0007 USE work.muon_types.ALL;
0008 
0009 PACKAGE def_val_pkg IS
0010 
0011 -- default-values for 8-bit registers
0012 -- all types based on STD_LOGIC_VECTOR(7 DOWNTO 0),
0013 -- converted to string in reg_rw_def_val.vhd because
0014 -- of use in lpm_ff as string
0015 
0016 -- ********************************************************
0017 -- default-value for calo register (IEG)
0018 
0019 $(muon_def_vals)
0020 
0021 $(calo_def_vals)
0022 
0023 $(esums_def_vals)
0024 
0025 $(jets_def_vals)
0026 
0027 END def_val_pkg;