Skip to content

Commit

Permalink
Correct invalid chiplet ids for MCS units
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Raybuck authored and rlippert committed Dec 13, 2018
1 parent 40bf092 commit 6f6b5ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions zaius.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35729,7 +35729,7 @@
</attribute>
<attribute>
<id>CHIPLET_ID</id>
<default>0xFF</default>
<default>0x07</default>
</attribute>
<attribute>
<id>CHIP_UNIT</id>
Expand Down Expand Up @@ -38305,7 +38305,7 @@
</attribute>
<attribute>
<id>CHIPLET_ID</id>
<default>0xFF</default>
<default>0x07</default>
</attribute>
<attribute>
<id>CHIP_UNIT</id>
Expand Down Expand Up @@ -41082,7 +41082,7 @@
</attribute>
<attribute>
<id>CHIPLET_ID</id>
<default>0xFF</default>
<default>0x08</default>
</attribute>
<attribute>
<id>CHIP_UNIT</id>
Expand Down Expand Up @@ -43658,7 +43658,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 6f6b5ef

Please sign in to comment.