add illinois

master
Harry Ho 2021-02-03 17:55:12 +08:00
parent ec50120b57
commit c79099540e
1 changed files with 53 additions and 0 deletions

53
illinois.json Normal file
View File

@ -0,0 +1,53 @@
{
"target": "kasli",
"variant": "illinois",
"hw_rev": "v2.0",
"base": "standalone",
"core_addr": "192.168.1.75",
"peripherals": [
{
"type": "grabber",
"ports": [0, 1, 2]
},
{
"type": "dio",
"ports": [4],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "dio",
"ports": [3],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "dio",
"ports": [5],
"bank_direction_low": "input",
"bank_direction_high": "output"
},
{
"type": "dio",
"ports": [6],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "urukul",
"dds": "ad9910",
"ports": [7, 8],
"clk_sel": 2
},
{
"type": "urukul",
"dds": "ad9910",
"ports": [9, 10],
"clk_sel": 2
},
{
"type": "zotino",
"ports": [11]
}
]
}