Skip to content

Commit

Permalink
Fix CAPP target XML in Axone simics xml file
Browse files Browse the repository at this point in the history
There was some incorrect/missing information on the CAPP target
in the newly hand created simics Axone xml. The FAPI_POS attribute
for capp1 was set to 0, when it should be 1. Also the chiplet ID
was incorrect for capp1. The chiplet ID for capp1 in all p9 systems
should be 4.

Change-Id: I42392b2f7afd1827cdad15e6308750a055f8a859
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/68504
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: Matt Derksen <mderkse1@us.ibm.com>
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
crgeddes authored and dcrowell77 committed Nov 20, 2018
1 parent d6cee85 commit 759971e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/usr/targeting/common/xmltohb/simics_AXONE.system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4057,15 +4057,15 @@
</attribute>
<attribute>
<id>CHIPLET_ID</id>
<default>2</default>
<default>4</default>
</attribute>
<attribute>
<id>FAPI_NAME</id>
<default>pu.capp:k0:n0:s0:p00:c1</default>
</attribute>
<attribute>
<id>FAPI_POS</id>
<default>0</default>
<default>1</default>
</attribute>
<attribute>
<id>HUID</id>
Expand Down

0 comments on commit 759971e

Please sign in to comment.