From 5a2ff3106eaabf76137ea9943a46d190c3beec4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20J=C3=B6rdens?= Date: Wed, 8 May 2019 16:26:07 +0000 Subject: [PATCH] add mpik --- mpik.json | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 mpik.json diff --git a/mpik.json b/mpik.json new file mode 100644 index 0000000..c0e062a --- /dev/null +++ b/mpik.json @@ -0,0 +1,52 @@ +{ + "target": "kasli", + "variant": "mpik", + "hw_rev": "v1.1", + "base": "standalone", + "core_addr": "10.0.16.131", + "ext_ref_frequency": 100e6, + "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": "sampler", + "ports": [3, 4] + }, + { + "type": "urukul", + "ports": [5, 6], + "dds": "ad9912", + "clk_sel": 2 + }, + { + "type": "urukul", + "ports": [7, 8], + "clk_sel": 2 + }, + { + "type": "urukul", + "ports": [10, 11], + "clk_sel": 2 + }, + { + "type": "zotino", + "ports": [9] + } + ] +}