Skip to content

Commit

Permalink
Enable async mode for powerbus and memory
Browse files Browse the repository at this point in the history
  • Loading branch information
MengzeLiao committed Mar 27, 2017
1 parent a414e78 commit fcffc5d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions romulus.xml
Expand Up @@ -5651,7 +5651,7 @@
</attribute>
<attribute>
<id>ASYNC_NEST_FREQ_MHZ</id>
<default>2000</default>
<default>1600</default>
</attribute>
<attribute>
<id>ATTN_CHK_ALL_PROCS</id>
Expand Down Expand Up @@ -5834,7 +5834,7 @@
</attribute>
<attribute>
<id>FREQ_PB_MHZ</id>
<default>1866</default>
<default>1600</default>
</attribute>
<attribute>
<id>FREQ_PCIE_MHZ</id>
Expand Down Expand Up @@ -6421,7 +6421,7 @@
</attribute>
<attribute>
<id>MSS_MRW_SUPPORTED_FREQ</id>
<default>0x74A,0,0,0</default>
<default>0x74A,0x855,0,0</default>
</attribute>
<attribute>
<id>MSS_MRW_TEMP_REFRESH_RANGE</id>
Expand Down Expand Up @@ -6993,7 +6993,7 @@
</attribute>
<attribute>
<id>REQUIRED_SYNCH_MODE</id>
<default>1</default>
<default>2</default>
</attribute>
<attribute>
<id>RESOURCE_IS_CRITICAL</id>
Expand Down Expand Up @@ -30047,7 +30047,7 @@
</attribute>
<attribute>
<id>CHIPLET_ID</id>
<default>0xFF</default>
<default>0x07</default>
</attribute>
<attribute>
<id>CHIP_UNIT</id>
Expand Down Expand Up @@ -35400,7 +35400,7 @@
</attribute>
<attribute>
<id>CHIPLET_ID</id>
<default>0xFF</default>
<default>0x08</default>
</attribute>
<attribute>
<id>CHIP_UNIT</id>
Expand Down

0 comments on commit fcffc5d

Please sign in to comment.