add stfc master + satellite

master
occheung 2021-01-15 13:00:24 +08:00
parent 22bda11a3a
commit 16ada506ae
2 changed files with 87 additions and 0 deletions

47
stfcmaster.json Normal file
View File

@ -0,0 +1,47 @@
{
"target": "kasli",
"variant": "stfcmaster",
"hw_rev": "v2.0",
"base": "master",
"core_addr": "192.168.1.75",
"peripherals": [
{
"type": "grabber",
"ports": [0, 1, 2]
},
{
"type": "dio",
"ports": [3],
"bank_direction_low": "input",
"bank_direction_high": "output"
},
{
"type": "dio",
"ports": [4],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "dio",
"ports": [5],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "dio",
"ports": [6],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "urukul",
"dds": "ad9912",
"ports": [7, 8],
"clk_sel": 2
},
{
"type": "fastino",
"ports": [9]
}
]
}

40
stfcsatellite.json Normal file
View File

@ -0,0 +1,40 @@
{
"target": "kasli",
"variant": "stfcsatellite",
"hw_rev": "v2.0",
"base": "satellite",
"peripherals": [
{
"type": "urukul",
"dds": "ad9910",
"ports": [0, 1],
"clk_sel": 2
},
{
"type": "urukul",
"dds": "ad9910",
"ports": [2, 3],
"clk_sel": 2
},
{
"type": "urukul",
"dds": "ad9910",
"ports": [4, 5],
"clk_sel": 2
},
{
"type": "urukul",
"dds": "ad9910",
"ports": [6, 7],
"clk_sel": 2
},
{
"type": "sampler",
"ports": [8, 9]
},
{
"type": "sampler",
"ports": [10, 11]
}
]
}