forked from M-Labs/artiq-zynq
test
This commit is contained in:
parent
3fdb7e80a8
commit
20f65b6ddc
@ -1,60 +1,32 @@
|
|||||||
{
|
{
|
||||||
"target": "kasli_soc",
|
"target": "kasli_soc",
|
||||||
"variant": "master",
|
"variant": "master",
|
||||||
"hw_rev": "v1.0",
|
"hw_rev": "v1.1",
|
||||||
"base": "master",
|
"base": "master",
|
||||||
"peripherals": [
|
"peripherals": [
|
||||||
{
|
{
|
||||||
"type": "grabber",
|
"type": "fastino",
|
||||||
"ports": [0]
|
"ports": [0]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "dio",
|
"type": "dio",
|
||||||
"ports": [1],
|
"ports": [1],
|
||||||
"bank_direction_low": "input",
|
"bank_direction_low": "output",
|
||||||
"bank_direction_high": "output"
|
"bank_direction_high": "input"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "dio",
|
"type": "dio",
|
||||||
"ports": [2],
|
"ports": [2],
|
||||||
"bank_direction_low": "output",
|
"bank_direction_low": "output",
|
||||||
"bank_direction_high": "output"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "urukul",
|
|
||||||
"dds": "ad9910",
|
|
||||||
"ports": [3, 4],
|
|
||||||
"clk_sel": 2
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "zotino",
|
|
||||||
"ports": [5]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "sampler",
|
|
||||||
"ports": [6, 7]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "mirny",
|
|
||||||
"ports": [8],
|
|
||||||
"clk_sel": 1,
|
|
||||||
"refclk": 125e6
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "fastino",
|
|
||||||
"ports": [9]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "dio",
|
|
||||||
"ports": [10],
|
|
||||||
"bank_direction_low": "input",
|
|
||||||
"bank_direction_high": "input"
|
"bank_direction_high": "input"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "dio",
|
"type": "phaser",
|
||||||
"ports": [11],
|
"ports": [3]
|
||||||
"bank_direction_low": "output",
|
},
|
||||||
"bank_direction_high": "input"
|
{
|
||||||
|
"type": "phaser",
|
||||||
|
"ports": [4]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user