add nist3

master
occheung 2020-12-29 13:25:41 +08:00
parent 90ae0ffe35
commit c3cda999f5
1 changed files with 57 additions and 0 deletions

57
nist3.json Normal file
View File

@ -0,0 +1,57 @@
{
"target": "kasli",
"variant": "nist3",
"hw_rev": "v2.0",
"base": "standalone",
"core_addr": "192.168.1.75",
"peripherals": [
{
"type": "dio",
"ports": [1],
"bank_direction_low": "input",
"bank_direction_high": "output"
},
{
"type": "dio",
"ports": [2],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "dio",
"ports": [3],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "grabber",
"ports": [4]
},
{
"type": "urukul",
"dds": "ad9910",
"ports": [5],
"clk_sel": 2
},
{
"type": "urukul",
"dds": "ad9910",
"ports": [6],
"clk_sel": 2
},
{
"type": "urukul",
"dds": "ad9910",
"ports": [7],
"clk_sel": 2
},
{
"type": "sampler",
"ports": [8, 9]
},
{
"type": "zotino",
"ports": [10]
}
]
}