diff --git a/skku.json b/skku.json new file mode 100644 index 0000000..49ef623 --- /dev/null +++ b/skku.json @@ -0,0 +1,45 @@ +{ + "target": "kasli", + "min_artiq_version": "6.0", + "variant": "skku", + "hw_rev": "v2.0", + "base": "standalone", + "core_addr": "192.168.1.75", + "peripherals": [ + { + "type": "dio", + "ports": [0], + "bank_direction_low": "input", + "bank_direction_high": "output" + }, + { + "type": "dio", + "ports": [1], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "dio", + "ports": [2], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "urukul", + "dds": "ad9910", + "ports": [3, 4], + "clk_sel": 2 + }, + { + "type": "urukul", + "dds": "ad9910", + "ports": [5, 6], + "clk_sel": 2 + }, + { + "type": "zotino", + "ports": [7] + } + ] +} +