Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / sam-t2 / sam / cpus / vonk / n2 / lib / ras / xml / N2_SocErrorStatusReg.xml
CommitLineData
920dae64
AT
1<!-- interpreter=xml2reg args='-t' -->
2<register_list>
3<register name="SOC_ERROR_STATUS_REG (SOC_ERROR_STATUS_REG)">
4 <class_name>N2_SocErrorStatusReg</class_name>
5 <submodule>N2</submodule>
6 <comment>
7SOC Error Status Register. This register contains status on SOC
8errors. The status bits in this register are cleared by writing a 0 to
9the bit position. The error register is not cleared on warm reset so
10software can examine its contents after an error-induced reset. TABLE
1112-50 shows the format of the SOC Error Status Register. TABLE 12-50
12SOC Error Status Register - SOC_ERROR_STATUS_REG (0x80-0000-3000)
13 </comment>
14 <inherits>n2/lib/ras/xml/N2_SocErrorReg.xml</inherits>
15 <base_address>0x8000003000ULL</base_address>
16 <count>1</count>
17 <stride>8</stride>
18 <priv>yes</priv>
19 <field name="V">
20 <start_offset>63</start_offset>
21 <end_offset>63</end_offset>
22 <initial_value>0</initial_value>
23 <protection>RW</protection>
24 <field_type>NORMAL</field_type>
25 <comment>
26Multiple uncorrected errors, one or more uncorrected errors were not logged.
27 </comment>
28 <format type="hex"/>
29 </field>
30</register>
31</register_list>