Architectures | |
abort_controller_arc | Architecture |
Beam abort logic. More... | |
Libraries | |
ieee | |
standard IEEE library | |
Packages | |
std_logic_1164 | |
std_logic definitions, see file | |
std_logic_arith | |
arithmetic operations on std_logic datatypes, see file | |
std_logic_unsigned | |
unsigned functions use ieee.std_logic_unsigned.all; operators for std_logic_vector type, see file | |
Ports | |
CLK | in std_logic |
clock | |
RES | in std_logic |
reset | |
WR_EN | in std_logic |
local enable | |
BCID | in std_logic_vector ( 11 downto 0 ) |
BCID. | |
HIGH_GAIN | in std_logic_vector ( 3 downto 0 ) |
high gain inputs | |
LOW_GAIN | in std_logic_vector ( 3 downto 0 ) |
low gain inputs | |
CHECK_EN | in std_logic |
remote enable | |
BCID_R | in std_logic_vector ( 11 downto 0 ) |
BCID. | |
HIGH_GAIN_R | in std_logic_vector ( 3 downto 0 ) |
high gain inputs | |
LOW_GAIN_R | in std_logic_vector ( 3 downto 0 ) |
low gain inputs | |
ABORT | out std_logic |
abort beam |
Beam abort logic controller
Definition at line 35 of file abort_controller.vhd.
ABORT out std_logic [Port] |
BCID in std_logic_vector ( 11 downto 0 ) [Port] |
BCID_R in std_logic_vector ( 11 downto 0 ) [Port] |
CHECK_EN in std_logic [Port] |
CLK in std_logic [Port] |
HIGH_GAIN in std_logic_vector ( 3 downto 0 ) [Port] |
HIGH_GAIN_R in std_logic_vector ( 3 downto 0 ) [Port] |
ieee library [Library] |
standard IEEE library
Reimplemented in main_components.
Definition at line 25 of file abort_controller.vhd.
LOW_GAIN in std_logic_vector ( 3 downto 0 ) [Port] |
LOW_GAIN_R in std_logic_vector ( 3 downto 0 ) [Port] |
RES in std_logic [Port] |
std_logic_1164 package [Package] |
std_logic definitions, see file
Reimplemented in main_components.
Definition at line 27 of file abort_controller.vhd.
std_logic_arith package [Package] |
arithmetic operations on std_logic datatypes, see file
Definition at line 29 of file abort_controller.vhd.
std_logic_unsigned package [Package] |
unsigned functions use ieee.std_logic_unsigned.all; operators for std_logic_vector type, see file
Definition at line 31 of file abort_controller.vhd.
WR_EN in std_logic [Port] |