Architectures | |
cibu_comm_arc | Architecture |
Interface to CIBU (User Interface Console to Beam Interlock System). More... | |
Libraries | |
ieee | |
standard IEEE library | |
Packages | |
std_logic_1164 | |
std_logic definitions, see file | |
Ports | |
CLK | in std_logic |
Clock. | |
RESET | in std_logic |
Reset. | |
INJ_PERM_SET_EN | in std_logic |
Enable Set Injection Permit. | |
INJ_PERM_SET | in std_logic |
Set Injection Permit. | |
BEAM_PERM_SET_EN | in std_logic |
Enable Set Beam Permit. | |
BEAM_PERM_SET | in std_logic |
Set Beam Permit. | |
INJ_PERM_1 | out std_logic |
Injection Permit Out 1. | |
INJ_PERM_2 | out std_logic |
Injection Permit Out 2. | |
BEAM_PERM_1 | out std_logic |
Beam Permit Out 1. | |
BEAM_PERM_2 | out std_logic |
Beam Permit Out 2. |
This entity provides two redundant signals to the LHC Beam Interlock system, 1 Injection Permit, 1 Beam Permit. Outputs are also settable from the outside.
Definition at line 33 of file cibu_comm.vhd.
BEAM_PERM_1 out std_logic [Port] |
BEAM_PERM_2 out std_logic [Port] |
BEAM_PERM_SET in std_logic [Port] |
BEAM_PERM_SET_EN in std_logic [Port] |
CLK in std_logic [Port] |
ieee library [Library] |
standard IEEE library
Reimplemented in main_components.
Definition at line 25 of file cibu_comm.vhd.
INJ_PERM_1 out std_logic [Port] |
INJ_PERM_2 out std_logic [Port] |
INJ_PERM_SET in std_logic [Port] |
INJ_PERM_SET_EN in std_logic [Port] |
RESET in std_logic [Port] |
std_logic_1164 package [Package] |
std_logic definitions, see file
Reimplemented in main_components.
Definition at line 27 of file cibu_comm.vhd.