Warning, /L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/jet_cnts is written in an unsupported language. File is not indexed.
0001 #COMMON
0002 $(particle)_$(type)_cond(0) <= '0';
0003 dtack_$(particle)_$(type)(0) <= '0';
0004 ##
0005
0006 #PREALGO
0007 $(particle)_$(type)_cond($(ser_no)));
0008 ##
0009
0010 $(name): jet_cnt_cond
0011 GENERIC MAP ($(ser_no),
0012 $(particle)_$(type)_def_val($(ser_no)-1),
0013 rd_reg_inst, def_val_inst, dtack_inst)
0014 PORT MAP (clk_cond, reset,
0015 reg_$(particle)_$(type),
0016 en_$(particle)_$(type), WRCOND,
0017 addr(13 DOWNTO 1), vdata(7 DOWNTO 0),
0018 dtack_$(particle)_$(type)($(ser_no)),