diff --git a/bonn1master.json b/bonn1master.json new file mode 100644 index 0000000..25e11aa --- /dev/null +++ b/bonn1master.json @@ -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 + } + ] +} diff --git a/bonn1satellite.json b/bonn1satellite.json new file mode 100644 index 0000000..a6e6905 --- /dev/null +++ b/bonn1satellite.json @@ -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 + } + ] +}