-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #40 from apollo-lhc/release-v2.1
Release v2.1
- Loading branch information
Showing
219 changed files
with
54,155 additions
and
41,686 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<node id="C2C_INTF"> | ||
<!-- DRP 0x0 to 0x3FF -> 0x0 to 0x3FF--> | ||
<node id="DRP" address="0x000" fwinfo="type=mem16_0x400" module="file://DRP_USP_GTH.xml"/> | ||
<!-- STATUS 0x0 to 0x0 -> 0x400 to 0x400 --> | ||
<node id="STATUS" address="0x400" module="file://CM_C2C_Status.xml"/> | ||
<!-- DEBUG 0x0 to 0x5 -> 0x404 to 0x409 --> | ||
<node id="DEBUG" address="0x404" module="file://MGT_DEBUG_USP.xml"/> | ||
<!-- COUNTERS 0x0 to 0xA -> 0x410 to 0x41A --> | ||
<node id="COUNTERS" address="0x410" module="file://CM_C2C_CNT.xml"/> | ||
|
||
<node id="USER_FREQ" address="0x420" permission="r" mask="0xFFFFFFFF" description="Measured Freq of clock" parameters="Table=CLOCKING;Column=FREQ;Row=_1_2_3;Status=3;Show=nz;Format=m_1_1_1000000_1_0_1" /> | ||
<node id="ENABLE_PHY_CTRL" address="0x421" mask="0x01000000" permission="rw" description="phy_lane_control is enabled" parameters="Table=C2C;Column=_1_2;Row=_3;Status=1;show=nz;default=0x1"/> | ||
<node id="PHY_READ_TIME" address="0x421" mask="0x00FFFFFF" permission="rw" description="Time spent waiting for phylane to stabilize" parameters="default=0x4C4B40"/> <!-- 100ms default --> | ||
<node id="PHY_LANE_STABLE" address="0x422" mask="0x000FFFFF" permission="rw" description="Contious phy_lane_up signals required to lock phylane control" parameters="default=0xFF"/> | ||
<node id="PHY_LANE_ERRORS_TO_RESET" address="0x423" mask="0x000000FF" permission="rw" description="Number of failures before we reset the pma" parameters="default=0xFF"/> | ||
<node id="PHY_MAX_SINGLE_BIT_ERROR_RATE" address="0x424" mask="0xFFFFFFFF" permission="rw" description="Max single bit error rate" parameters="default=0xFFFF"/> | ||
<node id="PHY_MAX_MULTI_BIT_ERROR_RATE" address="0x425" mask="0xFFFFFFFF" permission="rw" description="Max multi bit error rate" parameters="default=0xFFFF"/> | ||
|
||
</node> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<node id="C2C_INTFS"> | ||
<node id="C2C_1" address="0x0000" fwinfo="type=array" module="file://C2C_INTF.xml"/> | ||
<node id="C2C_2" address="0x1000" fwinfo="type=array" module="file://C2C_INTF.xml"/> | ||
<node id="PB" address="0x2000"> | ||
<node id="MEM" mode="incremental" size="0x800" address="0x000" fwinfo="type=mem18_0x800" /> | ||
<node id="RESET" address="0x800" mask="0x00000001" permission="rw"/> | ||
<node id="IRQ_COUNT" address="0x801" mask="0xFFFFFFFF" permission="rw" parameters="default=10000000"/> | ||
|
||
</node> | ||
|
||
</node> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<node id="CNT"> | ||
<node id="ERRORS_ALL_TIME" address="0x0" permission="r" description="Counter for all errors while locked" parameters="Table=C2C;Row=PHY_ERRORS;Column=_1_2;Status=1;Show=nz;Format=u"/> | ||
<node id="ERRORS_SINCE_LOCKED" address="0x1" permission="r" description="Counter for errors since locked" parameters="Table=C2C;Row=PHY_ERRORS_CURRENT;Column=_1_2;Status=1;Show=nz;Format=u"/> | ||
<node id="CONFIG_ERROR_COUNT" address="0x2" permission="r" description="Counter for CONFIG_ERROR" parameters="Table=C2C;Row=CONFIG_ERROR_COUNT;Column=_1_2;Status=1;Show=nz;Format=u"/> | ||
<node id="LINK_ERROR_COUNT" address="0x3" permission="r" description="Counter for LINK_ERROR" parameters="Table=C2C;Row=LINK_ERROR_COUNT;Column=_1_2;Status=1;Show=nz;Format=u"/> | ||
<node id="MB_ERROR_COUNT" address="0x4" permission="r" description="Counter for MB_ERROR" parameters="Table=C2C;Row=MB_ERROR_COUNT;Column=_1_2;Status=1;Show=nz;Format=u"/> | ||
<node id="PHY_HARD_ERROR_COUNT" address="0x5" permission="r" description="Counter for PHY_HARD_ERROR" parameters="Table=C2C;Row=PHY_HARD_ERR_COUNT;Column=_1_2;Status=1;Show=nz;Format=u"/> | ||
<node id="PHY_SOFT_ERROR_COUNT" address="0x6" permission="r" description="Counter for PHY_SOFT_ERROR" parameters="Table=C2C;Row=PHY_SOFT_ERR_COUNT;Column=_1_2;Status=1;Show=nz;Format=u"/> | ||
<node id="PHYLANE_STATE" address="0x7" permission="r" description="Current state of phy_lane_control module" parameters="Table=C2C;Row=PHYLANE_STATE;Column=_1_2;Status=1;Format=t_0_INIT_1_resetWAIT_2_initWAIT_4_RUNNING" mask="0x7"/> | ||
<node id="RESET_COUNTERS" address="0x8" permission="w" description="Reset counters in Monitor" mask="0x1"/> | ||
<node id="ERROR_WAITS_SINCE_LOCKED" address="0x9" permission="r" description="Count for phylane in error state" parameters="Table=C2C;Row=PHY_ERROR_WINDOWS;Column=_1_2;Status=1;Show=nz;Format=u"/> | ||
<node id="USER_CLK_FREQ" address="0xA" permission="r" description="Frequency of the user C2C clk" parameters="Table=C2C;Row=C2C_FREQ;Column=_1_2;Status=2;Show=nz;Format=m_1_1_1000000_1_0_1"/> | ||
<node id="XCVR_RESETS" address="0xB" permission="r" description="Count for phylane in error state" parameters="Table=C2C;Row=PHY_RESETS;Column=_1_2;Status=1;Show=nz;Format=u"/> | ||
<node id="WAITING_TIMEOUTS" address="0xC" permission="r" description="Count of initialize cycles" parameters="Table=C2C;Row=PHY_RESETS;Column=_1_2;Status=1;Show=nz;Format=u"/> | ||
<node id="SB_ERROR_RATE" address="0xD" permission="r" description="single bit error rate" parameters="Table=C2C;Column=_1_2;Row=SB_ERROR_RATE;Statu\ | ||
s=1;Show=nz;Format=u"/> | ||
<node id="MB_ERROR_RATE" address="0xE" permission="r" description="multi bit error rate" parameters="Table=C2C;Column=_1_2;Row=MB_ERROR_RATE;Status\ | ||
=1;Show=nz;Format=u"/> | ||
</node> | ||
|
Oops, something went wrong.