AMC13
Firmwares for the different applications of the AMC13 uTCA board made at Boston University
|
Processes | |
PROCESS_289 | ( STABLE_CLOCK ) |
PROCESS_290 | ( STABLE_CLOCK ) |
Constants | |
STARTUP_DELAY | integer := 500 |
WAIT_CYCLES | integer := STARTUP_DELAY /STABLE_CLOCK_PERIOD |
WAIT_MAX | integer := WAIT_CYCLES + 10 |
Types | |
rst_type | ( INIT , ASSERT_COMMON_RESET ) |
Signals | |
init_wait_count | std_logic_vector ( 7 downto 0 ) := ( others = > ' 0 ' ) |
init_wait_done | std_logic := ' 0 ' |
common_reset_asserted | std_logic := ' 0 ' |
common_reset_i | std_logic |
state | rst_type := INIT |
Definition at line 91 of file amc_gtx5gpd_common_reset.vhd.