master
Harry Ho 2020-09-17 18:30:45 +08:00
parent 2680ecf8a0
commit a770636d50
1 changed files with 59 additions and 0 deletions

59
ucsd.json Normal file
View File

@ -0,0 +1,59 @@
{
"target": "kasli",
"variant": "ucsd",
"hw_rev": "v1.1",
"base": "standalone",
"core_addr": "192.168.1.75",
"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": "dio",
"ports": [3],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "dio",
"ports": [4],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "urukul",
"dds": "ad9910",
"ports": [5, 6],
"clk_sel": 2
},
{
"type": "urukul",
"dds": "ad9910",
"ports": [7, 8],
"clk_sel": 2
},
{
"type": "sampler",
"ports": [9, 10]
},
{
"type": "zotino",
"ports": [11]
}
]
}