From d8302e98bc615a1a8a2ba7b0198e5a2887767ff7 Mon Sep 17 00:00:00 2001 From: occheung Date: Tue, 15 Dec 2020 09:42:26 +0800 Subject: [PATCH] add nus --- nus.json | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 nus.json diff --git a/nus.json b/nus.json new file mode 100644 index 0000000..7f13aad --- /dev/null +++ b/nus.json @@ -0,0 +1,47 @@ +{ + "target": "kasli", + "variant": "nus", + "hw_rev": "v2.0", + "base": "standalone", + "core_addr": "192.168.1.75", + "peripherals": [ + { + "type": "grabber", + "ports": [0, 1] + }, + { + "type": "dio", + "ports": [2], + "bank_direction_low": "input", + "bank_direction_high": "output" + }, + { + "type": "dio", + "ports": [3], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "dio", + "ports": [4], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "dio", + "ports": [5], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "urukul", + "dds": "ad9912", + "ports": [6, 7], + "clk_sel": 2 + }, + { + "type": "zotino", + "ports": [8] + } + ] +} \ No newline at end of file