add stanford

master
topquark12 2021-02-04 16:07:28 +08:00
parent 1b3c57194f
commit dbf901ae1c
1 changed files with 44 additions and 0 deletions

44
stanford.json Normal file
View File

@ -0,0 +1,44 @@
{
"target": "kasli",
"variant": "stanford",
"hw_rev": "v2.0",
"base": "master",
"core_addr": "192.168.1.75",
"peripherals": [
{
"type": "dio",
"ports": [1],
"bank_direction_low": "input",
"bank_direction_high": "output"
},
{
"type": "urukul",
"dds": "ad9910",
"ports": [2, 3],
"synchronization": true,
"clk_sel": 2
},
{
"type": "urukul",
"dds": "ad9910",
"ports": [4, 5],
"synchronization": true,
"clk_sel": 2
},
{
"type": "urukul",
"dds": "ad9910",
"ports": [6, 7],
"synchronization": true,
"clk_sel": 2
},
{
"type": "zotino",
"ports": [8]
},
{
"type": "sampler",
"ports": [9, 10]
}
]
}