eFEX firmware
1.7.3
ATLAS l1-calo - electron and tau feature extraction firmware for eFEX boards
Back to eFEX documentation
Infrastructure
process_Fpga_common
src
Process_Common_slave
startup.vhd
Go to the documentation of this file.
1
7
8
library
IEEE
;
9
use
IEEE.STD_LOGIC_1164.
all
;
10
use
ieee.numeric_std.
all
;
11
12
library
UNISIM
;
13
use
UNISIM.vcomponents.
all
;
15
entity
startup
is
16
port
(
17
flash_cclk
:
in
std_logic
18
)
;
19
20
end
startup
;
22
architecture
rtl
of
startup
is
23
24
signal
logic0
,
logic1
:
std_logic
;
25
26
begin
27
28
logic0
<=
'
0
'
;
29
logic1
<=
'
1
'
;
30
31
-- STARTUPE2: STARTUP Block
32
-- 7 Series
33
-- Xilinx HDL Libraries Guide, version 14.4
34
STARTUPE2_inst : STARTUPE2
35
generic
map
(
37
PROG_USR =>
"FALSE"
,
39
SIM_CCLK_FREQ =>
0.0
40
)
41
port
map
(
43
CFGCLK =>
open
,
45
CFGMCLK =>
open
,
47
EOS =>
open
,
49
PREQ =>
open
,
51
CLK => logic0,
53
GSR => logic0,
55
GTS => logic0,
57
KEYCLEARB => logic0,
59
PACK => logic0,
61
USRCCLKO => flash_cclk,
63
USRCCLKTS => logic0,
65
USRDONEO => logic1,
67
USRDONETS => logic1
68
69
)
;
70
71
end
rtl
;
startup.rtl
Startup Block.
Definition:
startup.vhd:22
startup
Startup Block.
Definition:
startup.vhd:15
Generated on Tue Nov 11 2025 09:44:32 for eFEX firmware by
1.9.1