From 318647649061cb864be6d7ccce2ef41628f12cd1 Mon Sep 17 00:00:00 2001 From: Harry Ho Date: Thu, 29 Aug 2019 19:02:10 +0800 Subject: [PATCH] add indiana --- indiana.json | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 indiana.json diff --git a/indiana.json b/indiana.json new file mode 100644 index 0000000..fbc55ba --- /dev/null +++ b/indiana.json @@ -0,0 +1,39 @@ +{ + "target": "kasli", + "variant": "indiana", + "hw_rev": "v1.1", + "base": "standalone", + "core_addr": "192.168.1.75", + "peripherals": [ + { + "type": "grabber", + "ports": [0, 1] + }, + { + "type": "dio", + "ports": [3], + "bank_direction_low": "input", + "bank_direction_high": "output" + }, + { + "type": "urukul", + "dds": "ad9910", + "ports": [4, 5], + "clk_sel": 2 + }, + { + "type": "urukul", + "dds": "ad9910", + "ports": [6, 7], + "clk_sel": 2 + }, + { + "type": "sampler", + "ports": [8, 9] + }, + { + "type": "zotino", + "ports": [10] + } + ] +}