From 38d5cb3f523b7cda4e7a874ce30eba3d0c59dd0a Mon Sep 17 00:00:00 2001 From: Harry Ho Date: Thu, 15 Oct 2020 15:09:18 +0800 Subject: [PATCH] add siom --- siom.json | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 siom.json diff --git a/siom.json b/siom.json new file mode 100644 index 0000000..fca6d0e --- /dev/null +++ b/siom.json @@ -0,0 +1,41 @@ +{ + "target": "kasli", + "variant": "siom", + "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": "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": "zotino", + "ports": [5] + }, + { + "type": "sampler", + "ports": [6, 7] + } + ] +}