{
"in_0": {
"data": [ 1, 2, 3, 4, 5, 6 ],
"format": {
"numeric_type": "bitnum",
"is_signed": false,
"width": 32
}
},
"in_1": {
"data": [ 6, 5, 4, 3, 2, 1 ],
"format": {
"numeric_type": "bitnum",
"is_signed": false,
"width": 32
}
},
"out": {
"data": [ 0 ],
"format": {
"numeric_type": "bitnum",
"is_signed": false,
"width": 32
}
}
}