![]() |
eFEX firmware
1.7.3
ATLAS l1-calo - electron and tau feature extraction firmware for eFEX boards
|
FPGA Reconfiguration State Machine. More...
Processes | |
| PROCESS_70 | ( SYSCLK ) |
| PROCESS_71 | ( SYSCLK ) |
Types | |
| FSM_STATE | ( IDLE , DATA_00 , DATA_01 , DATA_02 , DATA_03 , DATA_04 , DATA_05 , DATA_06 , DATA_07 ) |
Signals | |
| NEXT_STATE | FSM_STATE := IDLE |
| CE_n | std_logic := ' 1 ' |
| ICAP_DATA | std_logic_vector ( 31 downto 0 ) := ( others = > ' 0 ' ) |
| ICAP_WRITE_n | std_logic := ' 1 ' |
| ICAP_DATA_BITSWAP | std_logic_vector ( 31 downto 0 ) := ( others = > ' 0 ' ) |
| reconfig_delay | integer range 0 to MAX_COUNT := 0 |
| trigger_reconfig | std_logic := ' 0 ' |
Attributes | |
| dont_touch | string |
| dont_touch | signal is " true " |
Instantiations | |
| icape2_inst | icape2 |
FPGA Reconfiguration State Machine.
This module provides the state machine necessary to control the Xilinx ICAP IP
The WBSTAR value is written through the ipbus register reconfigure,
The state machine writes a series of commands to set up the ICAP and start reconfiguration of the fpga from the SPI Flash memory from the WBSTAR location.
Definition at line 38 of file reconfig.vhd.
1.9.1