mirror of https://github.com/openXC7/prjxray.git
064-gtp-channel: fix width of [TR]XOUT_DIV attributes
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
parent
8305cc81d9
commit
b2a45db8ce
|
|
@ -904,13 +904,13 @@
|
||||||
"type": "INT",
|
"type": "INT",
|
||||||
"values": [1, 2, 4, 8],
|
"values": [1, 2, 4, 8],
|
||||||
"encoding": [0, 1, 2, 3],
|
"encoding": [0, 1, 2, 3],
|
||||||
"digits": 3
|
"digits": 2
|
||||||
},
|
},
|
||||||
"RXOUT_DIV": {
|
"RXOUT_DIV": {
|
||||||
"type": "INT",
|
"type": "INT",
|
||||||
"values": [1, 2, 4, 8],
|
"values": [1, 2, 4, 8],
|
||||||
"encoding": [0, 1, 2, 3],
|
"encoding": [0, 1, 2, 3],
|
||||||
"digits": 3
|
"digits": 2
|
||||||
},
|
},
|
||||||
"CFOK_CFG": {
|
"CFOK_CFG": {
|
||||||
"type": "BIN",
|
"type": "BIN",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue