From ec50120b57ebd9742d412a3481145218802230f7 Mon Sep 17 00:00:00 2001 From: Harry Ho Date: Mon, 1 Feb 2021 12:14:53 +0800 Subject: [PATCH] add cu --- cu.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 cu.json diff --git a/cu.json b/cu.json new file mode 100644 index 0000000..57db5f9 --- /dev/null +++ b/cu.json @@ -0,0 +1,27 @@ +{ + "target": "kasli", + "variant": "cu", + "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": "urukul", + "dds": "ad9910", + "ports": [1, 2], + "clk_sel": 2 + }, + { + "type": "dio", + "ports": [3], + "bank_direction_low": "output", + "bank_direction_high": "output" + } + ] +}