sinara-systems-legacy/archive/nrc.json

41 lines
873 B
JSON
Raw Normal View History

2019-03-08 17:55:06 +08:00
{
"target": "kasli",
"variant": "nrc",
"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": "urukul",
"ports": [2, 3],
"clk_sel": 2
},
{
"type": "urukul",
2019-03-15 17:13:01 +08:00
"ports": [5, 4],
2019-03-08 17:55:06 +08:00
"dds": "ad9912",
2019-03-15 17:13:01 +08:00
"clk_sel": 0
2019-03-08 17:55:06 +08:00
},
{
"type": "sampler",
"ports": [6, 7]
},
{
"type": "zotino",
"ports": [8]
}
]
}