diff options
author | Michael Dye <dyem@us.ibm.com> | 2015-09-17 12:05:24 -0500 |
---|---|---|
committer | Sachin Gupta <sgupta2m@in.ibm.com> | 2015-12-08 00:02:59 -0600 |
commit | 6d759d00cbc565d15c4a1dd011f660423a003478 (patch) | |
tree | 1001bbb4a059441ae6c69cfd22785e49357f0538 | |
parent | 368bc97103af368edbbd4dbeee48ff3e4d46caa0 (diff) | |
download | talos-sbe-6d759d00cbc565d15c4a1dd011f660423a003478.tar.gz talos-sbe-6d759d00cbc565d15c4a1dd011f660423a003478.zip |
Suet.scomdef and chip.act
Change-Id: I91486ecb0ca60442b5f59dcbc46c78293d363872
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/20585
Tested-by: Jenkins Server
Reviewed-by: CHRISTINA L. GRAVES <clgraves@us.ibm.com>
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Reviewed-by: PRACHI GUPTA <pragupta@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/22526
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
-rw-r--r-- | import/chips/p9/sw_simulation/chip.act | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/import/chips/p9/sw_simulation/chip.act b/import/chips/p9/sw_simulation/chip.act index 41fc0d41..f68ed1cc 100644 --- a/import/chips/p9/sw_simulation/chip.act +++ b/import/chips/p9/sw_simulation/chip.act @@ -1 +1,19 @@ # This file will contain all the Chip Actions +# ============================================================================= +# Simics action for p9_sbe_fabricinit +# ============================================================================= +CAUSE_EFFECT { +LABEL=[Fabric Init via ADU] +WATCH=[REG(0x00090001] #PU_ALTD_CMD_REG +CAUSE: TARGET=[REG(0x00090001)] OP=[BIT,ON] BIT=[2] #PU_ALTD_CMD_REG, ALTD_CMD_START_OP_BIT +EFFECT: TARGET=[REG(0x00090003)] OP=[BIT,ON] BIT=[2] #PU_ALTD_STATUS_REG, ALTD_STATUS_ADDR_DONE_BIT +EFFECT: TARGET=[REG(0x00090003)] OP=[BIT,ON] BIT=[61] #PU_ALTD_STATUS_REG, ALTD_STATUS_CRESP_ACK_DONE +#EFFECT: TARGET=[REG(0x05011C0A)] OP=[BIT,ON] BIT=[0] #PU_FBC_MODE_REG, PU_FBC_MODE_PB_INITIALIZED_BIT +} + +# ============================================================================= +# Action file not necessary for procedures: +# p9_sbe_scominit +# p9_sbe_mcs_setup +# p9_sbe_instruct_start (default 0's work) +# ============================================================================= |