diff --git a/stfcmaster.json b/stfcmaster.json new file mode 100644 index 0000000..153448b --- /dev/null +++ b/stfcmaster.json @@ -0,0 +1,47 @@ +{ + "target": "kasli", + "variant": "stfcmaster", + "hw_rev": "v2.0", + "base": "master", + "core_addr": "192.168.1.75", + "peripherals": [ + { + "type": "grabber", + "ports": [0, 1, 2] + }, + { + "type": "dio", + "ports": [3], + "bank_direction_low": "input", + "bank_direction_high": "output" + }, + { + "type": "dio", + "ports": [4], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "dio", + "ports": [5], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "dio", + "ports": [6], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "urukul", + "dds": "ad9912", + "ports": [7, 8], + "clk_sel": 2 + }, + { + "type": "fastino", + "ports": [9] + } + ] +} \ No newline at end of file diff --git a/stfcsatellite.json b/stfcsatellite.json new file mode 100644 index 0000000..9939edf --- /dev/null +++ b/stfcsatellite.json @@ -0,0 +1,40 @@ +{ + "target": "kasli", + "variant": "stfcsatellite", + "hw_rev": "v2.0", + "base": "satellite", + "peripherals": [ + { + "type": "urukul", + "dds": "ad9910", + "ports": [0, 1], + "clk_sel": 2 + }, + { + "type": "urukul", + "dds": "ad9910", + "ports": [2, 3], + "clk_sel": 2 + }, + { + "type": "urukul", + "dds": "ad9910", + "ports": [4, 5], + "clk_sel": 2 + }, + { + "type": "urukul", + "dds": "ad9910", + "ports": [6, 7], + "clk_sel": 2 + }, + { + "type": "sampler", + "ports": [8, 9] + }, + { + "type": "sampler", + "ports": [10, 11] + } + ] +}