forked from M-Labs/artiq
1
0
Fork 0

coredevice schema: add enable_wrpll option to json

interactive_args_enum_value
morgan 2024-03-11 16:32:23 +08:00 committed by Sébastien Bourdeauducq
parent 7e6ed1655f
commit 609684664a
1 changed files with 4 additions and 0 deletions

View File

@ -49,6 +49,10 @@
"default": 125e6,
"description": "RTIO frequency"
},
"enable_wrpll": {
"type": "boolean",
"default": false
},
"core_addr": {
"type": "string",
"format": "ipv4",