nict: added urukul, sampler & zotino

master
Stewart Mackenzie 2020-02-17 20:01:12 +08:00
parent ad87d25813
commit 5e364dfd6c
1 changed files with 13 additions and 0 deletions

View File

@ -10,6 +10,19 @@
"ports": [0], "ports": [0],
"bank_direction_low": "input", "bank_direction_low": "input",
"bank_direction_high": "output" "bank_direction_high": "output"
},
{
"type": "urukul",
"ports": [1, 2],
"clk_sel": 2
},
{
"type": "sampler",
"ports": [3, 4]
},
{
"type": "zotino",
"ports": [5]
} }
] ]
} }