Skip to content

Commit

Permalink
Default ASYNC_NEST_FREQ_MHZ to be 0xFFFF for Axone simics xml
Browse files Browse the repository at this point in the history
In order to force Nest freq to be determined by 1st valid #V
bucket we must default the attr ASYNC_NEST_FREQ_MHZ to 0xFFFF.
This was changed as part of general axone simics bringup

Change-Id: Ifdf4c5514e12eac1a290868d807710759ef98edc
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69574
Reviewed-by: Matt Derksen <[email protected]>
Tested-by: Jenkins Server <[email protected]>
Tested-by: Jenkins OP Build CI <[email protected]>
Tested-by: FSP CI Jenkins <[email protected]>
Tested-by: Jenkins OP HW <[email protected]>
Reviewed-by: Daniel M. Crowell <[email protected]>
  • Loading branch information
crgeddes authored and dcrowell77 committed Dec 10, 2018
1 parent 2740698 commit 4a8f0e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/usr/targeting/common/xmltohb/simics_AXONE.system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,10 @@
<id>FREQ_PB_MHZ</id>
<default>2000</default>
</attribute>
<attribute>
<id>ASYNC_NEST_FREQ_MHZ</id>
<default>0xFFFF</default>
</attribute>
<attribute>
<id>HB_SETTINGS</id>
<default>
Expand Down

0 comments on commit 4a8f0e5

Please sign in to comment.