master
Harry Ho 2021-02-01 12:14:53 +08:00
parent df3da25b93
commit ec50120b57
1 changed files with 27 additions and 0 deletions

27
cu.json Normal file
View File

@ -0,0 +1,27 @@
{
"target": "kasli",
"variant": "cu",
"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
},
{
"type": "dio",
"ports": [3],
"bank_direction_low": "output",
"bank_direction_high": "output"
}
]
}