From e381109d2831126e4eaaa882ee28f13f23d16a61 Mon Sep 17 00:00:00 2001 From: Harry Ho Date: Mon, 8 Jun 2020 18:39:16 +0800 Subject: [PATCH] add sydney * DIO ports 1 and 2 are swapped because the cable would've been twisted otherwise (Ch1-8 EEM connector is above Ch9-16 EEM connector) --- sydney.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 sydney.json diff --git a/sydney.json b/sydney.json new file mode 100644 index 0000000..132ed64 --- /dev/null +++ b/sydney.json @@ -0,0 +1,33 @@ +{ + "target": "kasli", + "variant": "sydney", + "hw_rev": "v1.1", + "base": "standalone", + "core_addr": "192.168.1.75", + "peripherals": [ + { + "type": "dio", + "ports": [0], + "bank_direction_low": "input", + "bank_direction_high": "output" + }, + { + "type": "dio", + "ports": [2], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "dio", + "ports": [1], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "urukul", + "dds": "ad9910", + "ports": [3, 4], + "clk_sel": 2 + } + ] +}