Modify the default example design generated by the CORE Generator in the ISE Design Suite 13.2 as follows to make sure that the GTRXRESET pin asserts until the PLL locks.
In *_block.vhd file:
Replace:With:
mgt_rx_reset <= reset 156 or (not mgt_pllocked);
Replace:
assign mgt_rx_reset = reset156;
With:
assign mgt_rx_reset = reset156 || ~mgt_plllocked;
AR# 44393 | |
---|---|
日期 | 05/26/2014 |
状态 | Archive |
Type | 已知问题 |
IP |