forked from M-Labs/artiq
coredevice schema: add enable_wrpll option to json
This commit is contained in:
parent
7e6ed1655f
commit
609684664a
|
@ -49,6 +49,10 @@
|
||||||
"default": 125e6,
|
"default": 125e6,
|
||||||
"description": "RTIO frequency"
|
"description": "RTIO frequency"
|
||||||
},
|
},
|
||||||
|
"enable_wrpll": {
|
||||||
|
"type": "boolean",
|
||||||
|
"default": false
|
||||||
|
},
|
||||||
"core_addr": {
|
"core_addr": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"format": "ipv4",
|
"format": "ipv4",
|
||||||
|
|
Loading…
Reference in New Issue