This can be shortened to about 35 microseconds by modifying the "pcie_gtx_7x.v" filein the wrappers generated source directory.
Change the line:
assign phy_rdy_n = !(&plllkdet[NO_OF_LANES-1:0] & clock_locked);
to the following:
assign phy_rdy_n = (&phystatus_rst[NO_OF_LANES-1:0] & clock_locked);
Revision History
03/10/2011 - Initial release
AR# 40909 | |
---|---|
Date | 05/16/2012 |
Status | Active |
Type | Known Issues |