add nrc variant

master
Sebastien Bourdeauducq 2019-03-08 17:55:06 +08:00
parent c4018cb2ce
commit 16567c59ca
1 changed files with 41 additions and 0 deletions

41
nrc.json Normal file
View File

@ -0,0 +1,41 @@
{
"target": "kasli",
"variant": "nrc",
"hw_rev": "v1.1",
"base": "standalone",
"core_addr": "192.168.1.75",
"rtio_frequency": 125e6,
"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": "urukul",
"ports": [2, 3],
"clk_sel": 2
},
{
"type": "urukul",
"ports": [4, 5],
"dds": "ad9912",
"clk_sel": 2
},
{
"type": "sampler",
"ports": [6, 7]
},
{
"type": "zotino",
"ports": [8]
}
]
}