add HUST descriptions

master
Sebastien Bourdeauducq 2019-02-23 15:25:29 +08:00
parent cc2c0925fa
commit c4018cb2ce
2 changed files with 69 additions and 0 deletions

36
hustmaster.json Normal file
View File

@ -0,0 +1,36 @@
{
"target": "kasli",
"variant": "hustmaster",
"hw_rev": "v1.1",
"base": "master",
"core_addr": "192.168.1.75",
"enable_sata_drtio": true,
"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": "urukul",
"ports": [2, 3],
"clk_sel": 2
},
{
"type": "urukul",
"ports": [4, 5],
"clk_sel": 2
},
{
"type": "sampler",
"ports": [6, 7]
}
]
}

33
hustsatellite.json Normal file
View File

@ -0,0 +1,33 @@
{
"target": "kasli",
"variant": "hustsatellite",
"hw_rev": "v1.1",
"base": "satellite",
"enable_sata_drtio": true,
"peripherals": [
{
"type": "dio",
"ports": [0],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "grabber",
"ports": [1, 2]
},
{
"type": "grabber",
"ports": [3, 4]
},
{
"type": "urukul",
"ports": [6, 5],
"dds": "ad9912",
"clk_sel": 0
},
{
"type": "zotino",
"ports": [7]
}
]
}