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_odp_fir.json b/chip_data/odyssey/node_odp_fir.json
index efa697e..beb3317 100644
--- a/chip_data/odyssey/node_odp_fir.json
+++ b/chip_data/odyssey/node_odp_fir.json
@@ -8,12 +8,26 @@
"1": "0x08013400"
}
},
+ "ODP_FIR_OR": {
+ "access": "WO",
+ "instances": {
+ "0": "0x08013001",
+ "1": "0x08013401"
+ }
+ },
"ODP_FIR_MASK": {
"instances": {
"0": "0x08013002",
"1": "0x08013402"
}
},
+ "ODP_FIR_MASK_OR": {
+ "access": "WO",
+ "instances": {
+ "0": "0x08013003",
+ "1": "0x08013403"
+ }
+ },
"ODP_FIR_CFG_CHIP_CS": {
"instances": {
"0": "0x08013004",
@@ -433,6 +447,24 @@
}
}
],
+ "op_rules": {
+ "FIR_SET": {
+ "op_rule": "atomic_or",
+ "reg_name": "ODP_FIR_OR"
+ },
+ "FIR_CLEAR": {
+ "op_rule": "atomic_or",
+ "reg_name": "ODP_FIR"
+ },
+ "MASK_SET": {
+ "op_rule": "atomic_or",
+ "reg_name": "ODP_FIR_MASK_OR"
+ },
+ "MASK_CLEAR": {
+ "op_rule": "atomic_or",
+ "reg_name": "ODP_FIR_MASK"
+ }
+ },
"bits": {
"0": {
"desc": "Internal parity error"