064-gtp-channel: fix width of [TR]XOUT_DIV attributes

Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
Alessandro Comodi 2021-03-23 12:50:58 +01:00
parent 8305cc81d9
commit b2a45db8ce
1 changed files with 2 additions and 2 deletions

View File

@ -904,13 +904,13 @@
"type": "INT",
"values": [1, 2, 4, 8],
"encoding": [0, 1, 2, 3],
"digits": 3
"digits": 2
},
"RXOUT_DIV": {
"type": "INT",
"values": [1, 2, 4, 8],
"encoding": [0, 1, 2, 3],
"digits": 3
"digits": 2
},
"CFOK_CFG": {
"type": "BIN",