uaarhus: add

master
Robert Jördens 2020-05-18 13:44:39 +00:00
parent 686cb5991a
commit c94750a5af
1 changed files with 26 additions and 0 deletions

26
uaarhus.json Normal file
View File

@ -0,0 +1,26 @@
{
"target": "kasli",
"variant": "uaarhus",
"hw_rev": "v1.1",
"base": "standalone",
"core_addr": "10.34.16.100",
"ext_ref_frequency": 10e6,
"vendor": "QUARTIQ",
"peripherals": [
{
"type": "dio",
"board": "DIO_BNC",
"hw_rev": "v1.3",
"ports": [0],
"bank_direction_low": "input",
"bank_direction_high": "output"
},
{
"type": "urukul",
"hw_rev": "v1.5",
"ports": [1, 2],
"clk_sel": 2,
"synchronization": true
}
]
}