Skip to content

Commit

Permalink
Correct invalid chiplet ids for MCS units (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Raybuck authored and Erich-Hauptli committed Jan 7, 2019
1 parent e76c2fc commit f7cffdb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions witherspoon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34950,7 +34950,7 @@
</attribute>
<attribute>
<id>CHIPLET_ID</id>
<default>0xC</default>
<default>0x7</default>
</attribute>
<attribute>
<id>CHIP_UNIT</id>
Expand Down Expand Up @@ -35498,7 +35498,7 @@
</attribute>
<attribute>
<id>CHIPLET_ID</id>
<default>0xFF</default>
<default>0x7</default>
</attribute>
<attribute>
<id>CHIP_UNIT</id>
Expand Down Expand Up @@ -36132,7 +36132,7 @@
</attribute>
<attribute>
<id>CHIPLET_ID</id>
<default>0xFF</default>
<default>0x8</default>
</attribute>
<attribute>
<id>CHIP_UNIT</id>
Expand Down Expand Up @@ -36680,7 +36680,7 @@
</attribute>
<attribute>
<id>CHIPLET_ID</id>
<default>0xFF</default>
<default>0x8</default>
</attribute>
<attribute>
<id>CHIP_UNIT</id>
Expand Down

0 comments on commit f7cffdb

Please sign in to comment.