Update chip data files with new write operation rules
Signed-off-by: Caleb Palmer <cnpalmer@us.ibm.com>
Change-Id: Ide9bad598dbf8c766632c840f4c4c3f8a882bc3e
diff --git a/chip_data/odyssey/node_tlx_fir.json b/chip_data/odyssey/node_tlx_fir.json
index a9fde05..7ae6bc8 100644
--- a/chip_data/odyssey/node_tlx_fir.json
+++ b/chip_data/odyssey/node_tlx_fir.json
@@ -7,11 +7,23 @@
"0": "0x08012000"
}
},
+ "TLX_FIR_OR": {
+ "access": "WO",
+ "instances": {
+ "0": "0x08012001"
+ }
+ },
"TLX_FIR_MASK": {
"instances": {
"0": "0x08012002"
}
},
+ "TLX_FIR_MASK_OR": {
+ "access": "WO",
+ "instances": {
+ "0": "0x08012003"
+ }
+ },
"TLX_FIR_CFG_CHIP_CS": {
"instances": {
"0": "0x08012004"
@@ -179,6 +191,24 @@
}
}
],
+ "op_rules": {
+ "FIR_SET": {
+ "op_rule": "atomic_or",
+ "reg_name": "TLX_FIR_OR"
+ },
+ "FIR_CLEAR": {
+ "op_rule": "atomic_or",
+ "reg_name": "TLX_FIR"
+ },
+ "MASK_SET": {
+ "op_rule": "atomic_or",
+ "reg_name": "TLX_FIR_MASK_OR"
+ },
+ "MASK_CLEAR": {
+ "op_rule": "atomic_or",
+ "reg_name": "TLX_FIR_MASK"
+ }
+ },
"bits": {
"0": {
"desc": "Internal parity error"