SURF
1.0
|
Processes | |
PROCESS_104 | ( STABLE_CLOCK ) |
PROCESS_105 | ( STABLE_CLOCK ) |
retries_recclk_monitor | ( STABLE_CLOCK ) |
timeouts | ( STABLE_CLOCK ) |
mmcm_lock_wait | ( RXUSERCLK , MMCM_LOCK ) |
timeout_buffer_bypass | ( RXUSERCLK ) |
reset_fsm | ( STABLE_CLOCK ) |
Constants | |
MMCM_LOCK_CNT_MAX | integer := 1024 |
STARTUP_DELAY | integer := 500 |
WAIT_CYCLES | integer := STARTUP_DELAY / STABLE_CLOCK_PERIOD |
WAIT_MAX | integer := WAIT_CYCLES + 10 |
WAIT_TIMEOUT_2ms | integer := 3000000 / STABLE_CLOCK_PERIOD |
WAIT_TLOCK_MAX | integer := 100000 / STABLE_CLOCK_PERIOD |
WAIT_TIMEOUT_500us | integer := 500000 / STABLE_CLOCK_PERIOD |
WAIT_TIMEOUT_1us | integer := 1000 / STABLE_CLOCK_PERIOD |
WAIT_TIMEOUT_100us | integer := 100000 / STABLE_CLOCK_PERIOD |
WAIT_TIME_ADAPT | integer := ( 37000000 / integer ( 3 . 125 ) ) / STABLE_CLOCK_PERIOD |
MAX_RETRIES | integer := 2 ** RETRY_COUNTER_BITWIDTH - 1 |
MAX_WAIT_BYPASS | integer := 5000 |
Types | |
rx_rst_fsm_type | ( INIT , ASSERT_ALL_RESETS , RELEASE_PLL_RESET , VERIFY_RECCLK_STABLE , RELEASE_MMCM_RESET , WAIT_RESET_DONE , DO_PHASE_ALIGNMENT , MONITOR_DATA_VALID , FSM_DONE ) |
Signals | |
rx_state | rx_rst_fsm_type := INIT |
soft_reset_sync | std_logic |
soft_reset_rise | std_logic |
soft_reset_fall | std_logic |
init_wait_count | integer range 0 to WAIT_MAX := 0 |
init_wait_done | std_logic := ' 0 ' |
pll_reset_asserted | std_logic := ' 0 ' |
rx_fsm_reset_done_int | std_logic := ' 0 ' |
rx_fsm_reset_done_int_s3 | std_logic := ' 0 ' |
rxresetdone_s3 | std_logic := ' 0 ' |
retry_counter_int | integer range 0 to MAX_RETRIES := 0 |
time_out_counter | integer range 0 to WAIT_TIMEOUT_2ms := 0 |
recclk_mon_restart_count | integer range 0 to 3 := 0 |
recclk_mon_count_reset | std_logic := ' 0 ' |
reset_time_out | std_logic := ' 0 ' |
time_out_2ms | std_logic := ' 0 ' |
time_tlock_max | std_logic := ' 0 ' |
time_out_500us | std_logic := ' 0 ' |
time_out_1us | std_logic := ' 0 ' |
time_out_100us | std_logic := ' 0 ' |
check_tlock_max | std_logic := ' 0 ' |
mmcm_lock_count | integer range 0 to MMCM_LOCK_CNT_MAX - 1 := 0 |
mmcm_lock_int | std_logic := ' 0 ' |
mmcm_lock_reclocked | std_logic_vector ( 3 downto 0 ) := ( others = > ' 0 ' ) |
run_phase_alignment_int | std_logic := ' 0 ' |
run_phase_alignment_int_s3 | std_logic := ' 0 ' |
wait_bypass_count | integer range 0 to MAX_WAIT_BYPASS - 1 |
time_out_wait_bypass | std_logic := ' 0 ' |
time_out_wait_bypass_s3 | std_logic := ' 0 ' |
refclk_lost | std_logic |
time_out_adapt | std_logic := ' 0 ' |
adapt_count_reset | std_logic := ' 0 ' |
adapt_count | integer range 0 to WAIT_TIME_ADAPT - 1 |
data_valid_sync | std_logic := ' 0 ' |
plllock_sync | std_logic := ' 0 ' |
phalignment_done_sync | std_logic := ' 0 ' |
fsmCnt | std_logic_vector ( 15 downto 0 ) |
Attributes | |
KEEP_HIERARCHY | string |
Instantiations | |
synchronizer_run_phase_alignment | Synchronizer <Entity Synchronizer> |
synchronizer_fsm_reset_done | Synchronizer <Entity Synchronizer> |
synchronizer_soft_reset | SynchronizerEdge <Entity SynchronizerEdge> |
synchronizer_rxresetdone | Synchronizer <Entity Synchronizer> |
synchronizer_time_out_wait_bypass | Synchronizer <Entity Synchronizer> |
synchronizer_mmcm_lock_reclocked | Synchronizer <Entity Synchronizer> |
synchronizer_data_valid | Synchronizer <Entity Synchronizer> |
synchronizer_plllock | Synchronizer <Entity Synchronizer> |
synchronizer_phalignment_done | Synchronizer <Entity Synchronizer> |
Definition at line 76 of file GLinkGtx7RxRst.vhd.
|
Process |
Definition at line 166 of file GLinkGtx7RxRst.vhd.
|
Process |
Definition at line 199 of file GLinkGtx7RxRst.vhd.
|
Process |
Definition at line 201 of file GLinkGtx7RxRst.vhd.
|
Process |
Definition at line 219 of file GLinkGtx7RxRst.vhd.
Definition at line 260 of file GLinkGtx7RxRst.vhd.
timeout_buffer_bypass | ( | RXUSERCLK | ) |
Definition at line 367 of file GLinkGtx7RxRst.vhd.
|
Process |
Definition at line 405 of file GLinkGtx7RxRst.vhd.
|
Type |
Definition at line 77 of file GLinkGtx7RxRst.vhd.
|
Signal |
Definition at line 82 of file GLinkGtx7RxRst.vhd.
|
Constant |
Definition at line 84 of file GLinkGtx7RxRst.vhd.
|
Constant |
Definition at line 85 of file GLinkGtx7RxRst.vhd.
|
Constant |
Definition at line 86 of file GLinkGtx7RxRst.vhd.
|
Constant |
Definition at line 87 of file GLinkGtx7RxRst.vhd.
|
Constant |
Definition at line 89 of file GLinkGtx7RxRst.vhd.
|
Constant |
Definition at line 90 of file GLinkGtx7RxRst.vhd.
|
Constant |
Definition at line 91 of file GLinkGtx7RxRst.vhd.
|
Constant |
Definition at line 92 of file GLinkGtx7RxRst.vhd.
|
Constant |
Definition at line 93 of file GLinkGtx7RxRst.vhd.
|
Constant |
Definition at line 94 of file GLinkGtx7RxRst.vhd.
|
Signal |
Definition at line 96 of file GLinkGtx7RxRst.vhd.
|
Signal |
Definition at line 97 of file GLinkGtx7RxRst.vhd.
|
Signal |
Definition at line 98 of file GLinkGtx7RxRst.vhd.
|
Signal |
Definition at line 101 of file GLinkGtx7RxRst.vhd.
|
Signal |
Definition at line 102 of file GLinkGtx7RxRst.vhd.
|
Signal |
Definition at line 103 of file GLinkGtx7RxRst.vhd.
|
Signal |
Definition at line 104 of file GLinkGtx7RxRst.vhd.
|
Signal |
Definition at line 105 of file GLinkGtx7RxRst.vhd.
|
Signal |
Definition at line 107 of file GLinkGtx7RxRst.vhd.
|
Constant |
Definition at line 109 of file GLinkGtx7RxRst.vhd.
|
Signal |
Definition at line 110 of file GLinkGtx7RxRst.vhd.
|
Signal |
Definition at line 111 of file GLinkGtx7RxRst.vhd.
|
Signal |
Definition at line 112 of file GLinkGtx7RxRst.vhd.
|
Signal |
Definition at line 113 of file GLinkGtx7RxRst.vhd.
|
Signal |
Definition at line 115 of file GLinkGtx7RxRst.vhd.
|
Signal |
Definition at line 116 of file GLinkGtx7RxRst.vhd.
|
Signal |
Definition at line 117 of file GLinkGtx7RxRst.vhd.
|
Signal |
Definition at line 118 of file GLinkGtx7RxRst.vhd.
|
Signal |
Definition at line 119 of file GLinkGtx7RxRst.vhd.
|
Signal |
Definition at line 120 of file GLinkGtx7RxRst.vhd.
|
Signal |
Definition at line 121 of file GLinkGtx7RxRst.vhd.
|
Signal |
Definition at line 123 of file GLinkGtx7RxRst.vhd.
|
Signal |
Definition at line 124 of file GLinkGtx7RxRst.vhd.
|
Signal |
Definition at line 125 of file GLinkGtx7RxRst.vhd.
|
Signal |
Definition at line 127 of file GLinkGtx7RxRst.vhd.
|
Signal |
Definition at line 128 of file GLinkGtx7RxRst.vhd.
|
Constant |
Definition at line 130 of file GLinkGtx7RxRst.vhd.
|
Signal |
Definition at line 131 of file GLinkGtx7RxRst.vhd.
|
Signal |
Definition at line 132 of file GLinkGtx7RxRst.vhd.
|
Signal |
Definition at line 133 of file GLinkGtx7RxRst.vhd.
|
Signal |
Definition at line 135 of file GLinkGtx7RxRst.vhd.
|
Signal |
Definition at line 137 of file GLinkGtx7RxRst.vhd.
|
Signal |
Definition at line 138 of file GLinkGtx7RxRst.vhd.
|
Signal |
Definition at line 139 of file GLinkGtx7RxRst.vhd.
|
Signal |
Definition at line 141 of file GLinkGtx7RxRst.vhd.
|
Signal |
Definition at line 142 of file GLinkGtx7RxRst.vhd.
|
Signal |
Definition at line 143 of file GLinkGtx7RxRst.vhd.
|
Signal |
Definition at line 145 of file GLinkGtx7RxRst.vhd.
|
Attribute |
Definition at line 147 of file GLinkGtx7RxRst.vhd.
|
Instantiation |
Definition at line 289 of file GLinkGtx7RxRst.vhd.
|
Instantiation |
Definition at line 299 of file GLinkGtx7RxRst.vhd.
|
Instantiation |
Definition at line 309 of file GLinkGtx7RxRst.vhd.
|
Instantiation |
Definition at line 319 of file GLinkGtx7RxRst.vhd.
|
Instantiation |
Definition at line 329 of file GLinkGtx7RxRst.vhd.
|
Instantiation |
Definition at line 337 of file GLinkGtx7RxRst.vhd.
|
Instantiation |
Definition at line 345 of file GLinkGtx7RxRst.vhd.
|
Instantiation |
Definition at line 354 of file GLinkGtx7RxRst.vhd.
|
Instantiation |
Definition at line 364 of file GLinkGtx7RxRst.vhd.