master
occheung 2021-01-26 15:12:39 +08:00
parent ccd7ffcead
commit df3da25b93
1 changed files with 53 additions and 0 deletions

53
hw3.json Normal file
View File

@ -0,0 +1,53 @@
{
"target": "kasli",
"variant": "hw3",
"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": "urukul",
"dds": "ad9910",
"ports": [3, 4],
"clk_sel": 2
},
{
"type": "urukul",
"dds": "ad9910",
"ports": [5, 6],
"clk_sel": 2
},
{
"type": "mirny",
"ports": [7],
"clk_sel": 1,
"refclk": 125e6
},
{
"type": "zotino",
"ports": [8]
},
{
"type": "sampler",
"ports": [9, 10]
}
]
}