From f6085265c754d7028865885299a1d3501f988358 Mon Sep 17 00:00:00 2001 From: Harry Ho Date: Wed, 5 May 2021 16:26:24 +0800 Subject: [PATCH] add duke5 --- duke5.json | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 duke5.json diff --git a/duke5.json b/duke5.json new file mode 100644 index 0000000..76ec007 --- /dev/null +++ b/duke5.json @@ -0,0 +1,45 @@ +{ + "target": "kasli", + "min_artiq_version": "6.0", + "variant": "duke5", + "hw_rev": "v2.0", + "base": "standalone", + "core_addr": "192.168.1.75", + "ext_ref_frequency": 125e6, + "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": 1 + }, + { + "type": "urukul", + "dds": "ad9910", + "ports": [5, 6], + "clk_sel": 1 + }, + { + "type": "zotino", + "ports": [7] + } + ] +}