added griffith

master
Stewart Mackenzie 2020-02-07 18:40:22 +08:00
parent c24aa49ea6
commit c61b6525f4
1 changed files with 30 additions and 0 deletions

30
grif.json Normal file
View File

@ -0,0 +1,30 @@
{
"target": "kasli",
"variant": "grif",
"hw_rev": "v1.1",
"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": "urukul",
"ports": [3, 4],
"clk_sel": 2
},
{
"type": "zotino",
"ports": [5]
}
]
}