replace bonn2 with bonn2master and add bonn2satellite, bonn3 and bonn4

master
SingularitySurfer 2022-06-16 14:34:54 +00:00
parent 98bac3b123
commit a95a3d939e
4 changed files with 157 additions and 2 deletions

View File

@ -1,10 +1,10 @@
{
"_description": "Universität Bonn, Thorsten Groh",
"target": "kasli",
"variant": "bonn2",
"variant": "bonn2master",
"hw_rev": "v2.0",
"ext_ref_frequency": 10e6,
"base": "standalone",
"base": "master",
"core_addr": "10.34.16.100",
"vendor": "QUARTIQ",
"peripherals": [

41
bonn2satellite.json Normal file
View File

@ -0,0 +1,41 @@
{
"_description": "Universität Bonn, Thorsten Groh",
"target": "kasli",
"variant": "bonn2satellite",
"hw_rev": "v2.0",
"min_artiq_version": "6.0",
"base": "satellite",
"vendor": "QUARTIQ",
"peripherals": [
{
"type": "dio",
"board": "DIO_BNC",
"ports": [0],
"hw_rev": "v1.2",
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "dio",
"board": "DIO_BNC",
"ports": [1],
"hw_rev": "v1.2",
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "urukul",
"hw_rev": "v1.5",
"ports": [2, 3],
"clk_sel": 2,
"synchronization": true
},
{
"type": "mirny",
"hw_rev": "v1.1",
"ports": [4],
"clk_sel": 1,
"refclk": 125e6
}
]
}

46
bonn3.json Normal file
View File

@ -0,0 +1,46 @@
{
"_description": "Universität Bonn, Thorsten Groh",
"target": "kasli",
"variant": "bonn3",
"hw_rev": "v2.0",
"ext_ref_frequency": 10e6,
"base": "standalone",
"core_addr": "10.34.16.100",
"vendor": "QUARTIQ",
"peripherals": [
{
"type": "dio",
"board": "DIO_BNC",
"ports": [0],
"hw_rev": "v1.2",
"bank_direction_low": "input",
"bank_direction_high": "output"
},
{
"type": "dio",
"board": "DIO_BNC",
"ports": [1],
"hw_rev": "v1.2",
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "suservo",
"sampler_ports": [4, 5],
"urukul0_ports": [2, 3],
"clk_sel": 2
},
{
"type": "mirny",
"hw_rev": "v1.1",
"ports": [6],
"clk_sel": 1,
"refclk": 125e6
},
{
"type": "zotino",
"hw_rev": "v1.3",
"ports": [7]
}
]
}

68
bonn4.json Normal file
View File

@ -0,0 +1,68 @@
{
"_description": "Universität Bonn, Nana El Mellal",
"target": "kasli",
"variant": "bonn4",
"hw_rev": "v2.0",
"ext_ref_frequency": 10e6,
"base": "standalone",
"core_addr": "10.34.16.100",
"vendor": "QUARTIQ",
"peripherals": [
{
"type": "dio",
"board": "DIO_SMA",
"ports": [0],
"hw_rev": "v1.2",
"bank_direction_low": "input",
"bank_direction_high": "output"
},
{
"type": "dio",
"board": "DIO_SMA",
"ports": [1],
"hw_rev": "v1.2",
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "dio",
"board": "DIO_SMA",
"ports": [2],
"hw_rev": "v1.2",
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "dio",
"board": "DIO_SMA",
"ports": [3],
"hw_rev": "v1.2",
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "phaser",
"ports": [4],
"hw_rev": "v1.1",
"clk_sel": 2
},
{
"type": "urukul",
"hw_rev": "v1.5",
"ports": [5, 6],
"clk_sel": 2,
"synchronization": true
},
{
"type": "suservo",
"sampler_ports": [8, 9],
"urukul0_ports": [7, 10],
"clk_sel": 2
},
{
"type": "zotino",
"hw_rev": "v1.3",
"ports": [11]
}
]
}