add bonn systems

master
Robert Jördens 2019-10-15 15:01:36 +02:00
parent ec3c0fcdc9
commit b6cefd2ec9
2 changed files with 192 additions and 0 deletions

100
bonn1master.json Normal file
View File

@ -0,0 +1,100 @@
{
"target": "kasli",
"variant": "bonn1master",
"hw_rev": "v1.1",
"base": "standalone",
"core_addr": "10.0.16.100",
"vendor": "QUARTIQ",
"peripherals": [
{
"type": "dio",
"board": "DIO_BNC",
"hw_rev": "v1.2",
"ports": [
0
],
"bank_direction_low": "input",
"bank_direction_high": "output"
},
{
"type": "dio",
"board": "DIO_BNC",
"hw_rev": "v1.2",
"ports": [
1
],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "dio",
"board": "DIO_BNC",
"hw_rev": "v1.2",
"ports": [
2
],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "dio",
"board": "DIO_BNC",
"hw_rev": "v1.2",
"ports": [
3
],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "sampler",
"hw_rev": "v2.2",
"ports": [
4,
5
]
},
{
"type": "urukul",
"hw_rev": "v1.3",
"ports": [
6,
7
],
"synchronization": true,
"clk_sel": 2
},
{
"type": "urukul",
"hw_rev": "v1.3",
"ports": [
8,
9
],
"synchronization": true,
"clk_sel": 2
},
{
"type": "zotino",
"hw_rev": "v1.3",
"ports": [
10
]
},
{
"type": "grabber",
"hw_rev": "v1.1",
"ports": [
11
]
}
],
"_todo": [
{
"type": "suservo",
"sampler_ports": [4, 5],
"urukul0_ports": [6, 7],
"clk_sel": 2
}
]
}

92
bonn1satellite.json Normal file
View File

@ -0,0 +1,92 @@
{
"target": "kasli",
"variant": "bonn1satellite",
"hw_rev": "v1.1",
"base": "satellite",
"vendor": "QUARTIQ",
"peripherals": [
{
"type": "dio",
"board": "DIO_BNC",
"hw_rev": "v1.2",
"ports": [
0
],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "dio",
"board": "DIO_BNC",
"hw_rev": "v1.2",
"ports": [
1
],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "dio",
"board": "DIO_BNC",
"hw_rev": "v1.2",
"ports": [
2
],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "dio",
"board": "DIO_BNC",
"hw_rev": "v1.2",
"ports": [
3
],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "sampler",
"hw_rev": "v2.2",
"ports": [
8,
9
]
},
{
"type": "urukul",
"hw_rev": "v1.3",
"ports": [
4,
5
],
"synchronization": true,
"clk_sel": 2
},
{
"type": "urukul",
"hw_rev": "v1.3",
"ports": [
6,
7
],
"synchronization": true,
"clk_sel": 2
},
{
"type": "zotino",
"hw_rev": "v1.3",
"ports": [
10
]
}
],
"_todo": [
{
"type": "suservo",
"sampler_ports": [4, 5],
"urukul0_ports": [6, 7],
"clk_sel": 2
}
]
}