add sydney

* DIO ports 1 and 2 are swapped because the cable would've been twisted otherwise (Ch1-8 EEM connector is above Ch9-16 EEM connector)
master
Harry Ho 2020-06-08 18:39:16 +08:00
parent 1454df03f3
commit e381109d28
1 changed files with 33 additions and 0 deletions

33
sydney.json Normal file
View File

@ -0,0 +1,33 @@
{
"target": "kasli",
"variant": "sydney",
"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": [2],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "dio",
"ports": [1],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "urukul",
"dds": "ad9910",
"ports": [3, 4],
"clk_sel": 2
}
]
}