master
Robert Jördens 2019-05-08 16:26:07 +00:00
parent da21af8457
commit 5a2ff3106e
1 changed files with 52 additions and 0 deletions

52
mpik.json Normal file
View File

@ -0,0 +1,52 @@
{
"target": "kasli",
"variant": "mpik",
"hw_rev": "v1.1",
"base": "standalone",
"core_addr": "10.0.16.131",
"ext_ref_frequency": 100e6,
"peripherals": [
{
"type": "dio",
"ports": [0],
"bank_direction_low": "input",
"bank_direction_high": "output"
},
{
"type": "dio",
"ports": [1],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "dio",
"ports": [2],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "sampler",
"ports": [3, 4]
},
{
"type": "urukul",
"ports": [5, 6],
"dds": "ad9912",
"clk_sel": 2
},
{
"type": "urukul",
"ports": [7, 8],
"clk_sel": 2
},
{
"type": "urukul",
"ports": [10, 11],
"clk_sel": 2
},
{
"type": "zotino",
"ports": [9]
}
]
}