Warning, /L1TriggerConfig/RPCTriggerConfig/test/pacTemplate.vhd is written in an unsupported language. File is not indexed.
0001 XXV
0002
0003 library ieee;
0004 use ieee.std_logic_1164.all;
0005 use work.std_logic_1164_ktp.all;
0006 use work.RPC_PAC_def.all;
0007
0008 package RPC_PAC_patt is
0009 constant TT_MPAC_CFG_ID :THV(3 downto 0) := "XXXX";
0010 constant TT_MPAC_OR_LIMIT :natural := 0; --| 0...3
0011 XXN
0012 constant TT_GBSORT_INPUTS :natural := 12;
0013
0014 constant PACLogPlainsDecl :TPACLogPlainsDecl := (
0015 --PAC_INDEX
0016 --| PAC_MODEL
0017 --| | logplane 1 size .........logplane 6 size
0018 XXP
0019
0020 constant LogPlainConn :TLogPlainConn := (
0021 --PAC_INDEX Logplane LinkChannel LinkLeftBit
0022 --| PAC_MODEL | Link | LogPlaneLeftBit
0023 --| | | | | | | LinkBitsCount
0024 --------------------------------------------------------------
0025 XXC
0026
0027 constant PACCellQuality :TPACCellQuality := (
0028 XXQ
0029
0030
0031 constant PACPattTable :TPACPattTable := (
0032 --PAC_INDEX
0033 --| PAC_MODEL
0034 --| | Ref Group Index
0035 --| | | Qualit Tab index
0036 --| | | | Plane1 Plane2 Plane3 Plane4 Plane5 Plane6 sign code pat number
0037 XXS
0038
0039
0040
0041 constant GBSortDecl :TGBSortDecl := (
0042 --PAC_INDEX
0043 --| PAC_MODEL
0044 --| | GBSORT_INPUT_INDEX
0045 XXG
0046
0047 end RPC_PAC_patt;