mirror of https://github.com/m-labs/artiq.git
examples/nac3devices: fix mirny clocking
This commit is contained in:
parent
233c5f4bfb
commit
6a09b92fb3
|
@ -13,7 +13,8 @@
|
||||||
{
|
{
|
||||||
"type": "mirny",
|
"type": "mirny",
|
||||||
"ports": [1],
|
"ports": [1],
|
||||||
"clk_sel": "mmcx"
|
"clk_sel": "mmcx",
|
||||||
|
"refclk": 125e6
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "urukul",
|
"type": "urukul",
|
||||||
|
|
Loading…
Reference in New Issue