master
occheung 2020-12-14 21:11:14 +08:00
parent 8fd5be314a
commit f4bea3c40d
1 changed files with 21 additions and 0 deletions

21
ucsb.json Normal file
View File

@ -0,0 +1,21 @@
{
"target": "kasli",
"variant": "ucsb",
"hw_rev": "v2.0",
"base": "standalone",
"core_addr": "192.168.1.75",
"peripherals": [
{
"type": "dio",
"ports": [0],
"bank_direction_low": "input",
"bank_direction_high": "output"
},
{
"type": "urukul",
"dds": "ad9910",
"ports": [1, 2],
"clk_sel": 2
}
]
}