From df3da25b937cc3be22347db280881738e9364109 Mon Sep 17 00:00:00 2001 From: occheung Date: Tue, 26 Jan 2021 15:12:39 +0800 Subject: [PATCH] add hw3 --- hw3.json | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 hw3.json diff --git a/hw3.json b/hw3.json new file mode 100644 index 0000000..16d41ab --- /dev/null +++ b/hw3.json @@ -0,0 +1,53 @@ +{ + "target": "kasli", + "variant": "hw3", + "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": [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": "mirny", + "ports": [7], + "clk_sel": 1, + "refclk": 125e6 + }, + { + "type": "zotino", + "ports": [8] + }, + { + "type": "sampler", + "ports": [9, 10] + } + ] +}