master
occheung 2020-12-15 09:42:26 +08:00
parent f4bea3c40d
commit d8302e98bc
1 changed files with 47 additions and 0 deletions

47
nus.json Normal file
View File

@ -0,0 +1,47 @@
{
"target": "kasli",
"variant": "nus",
"hw_rev": "v2.0",
"base": "standalone",
"core_addr": "192.168.1.75",
"peripherals": [
{
"type": "grabber",
"ports": [0, 1]
},
{
"type": "dio",
"ports": [2],
"bank_direction_low": "input",
"bank_direction_high": "output"
},
{
"type": "dio",
"ports": [3],
"bank_direction_low": "output",
"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": "urukul",
"dds": "ad9912",
"ports": [6, 7],
"clk_sel": 2
},
{
"type": "zotino",
"ports": [8]
}
]
}