summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/initfiles/p9.mc.scan.initfile
blob: 4a9a9cce5537e17a0a10606618c36ad411e97a24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
SyntaxVersion = 3

target_type 0 TARGET_TYPE_MCBIST;

# RELIC FROM sample.mc.scan.initfile
# unconditional idial, test binary data input
## TODO: test when side eCMD release available (supporting putspy to mcbist target type)
# ispy MCP.PORT0.WRITE.ASYNC_INJ [when=L] {
#   spyv;
#   0b101;
# }

##########################
# DD1 WORKAROUNDS
##########################

# FOR DD1 Prefetch Limit needs to be scan init to 0 because SCOM is broken (HW366248)
#      Always OR-ed with previous value. Essentially we can only set bits, not clear. So we want to scan init to 0.
ispy  MC01.PORT0.ATCL.CL.CLSCOM.MCPERF0_PREFETCH_LIMIT [when=L] {
  spyv;
  0b000000;
}
ispy  MC01.PORT1.ATCL.CL.CLSCOM.MCPERF0_PREFETCH_LIMIT [when=L] {
  spyv;
  0b000000;
}
ispy  MC01.PORT2.ATCL.CL.CLSCOM.MCPERF0_PREFETCH_LIMIT [when=L] {
  spyv;
  0b000000;
}
ispy  MC01.PORT3.ATCL.CL.CLSCOM.MCPERF0_PREFETCH_LIMIT [when=L] {
  spyv;
  0b000000;
}

# Static hpc_wr/ig_wr CL reservation
# Complicated order dependent sequence to do with SCOMs, easier with scans
ispy  MC01.PORT0.ATCL.CL.CLSCOM.MCPERF0_WR_RSVD_LOWER_OR_STATIC_LIMIT [when=L] {
  spyv;
  8;
}
ispy  MC01.PORT1.ATCL.CL.CLSCOM.MCPERF0_WR_RSVD_LOWER_OR_STATIC_LIMIT [when=L] {
  spyv;
  8;
}
ispy  MC01.PORT2.ATCL.CL.CLSCOM.MCPERF0_WR_RSVD_LOWER_OR_STATIC_LIMIT [when=L] {
  spyv;
  8;
}
ispy  MC01.PORT3.ATCL.CL.CLSCOM.MCPERF0_WR_RSVD_LOWER_OR_STATIC_LIMIT [when=L] {
  spyv;
  8;
}


OpenPOWER on IntegriCloud