From a455a9addf72b967ca4329734b7cecdc9ec23004 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 7 May 2019 16:59:00 +0800 Subject: [PATCH] add duke2 --- duke2.json | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 duke2.json diff --git a/duke2.json b/duke2.json new file mode 100644 index 0000000..4b9e0dc --- /dev/null +++ b/duke2.json @@ -0,0 +1,46 @@ +{ + "target": "kasli", + "variant": "duke2", + "hw_rev": "v1.1", + "base": "standalone", + "core_addr": "192.168.1.75", + "peripherals": [ + { + "type": "dio", + "ports": [1], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "dio", + "ports": [0], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "dio", + "ports": [2], + "bank_direction_low": "input", + "bank_direction_high": "output" + }, + { + "type": "urukul", + "ports": [3, 4], + "dds": "ad9912", + "clk_sel": 2 + }, + { + "type": "urukul", + "ports": [5, 6], + "clk_sel": 2 + }, + { + "type": "sampler", + "ports": [7, 8] + }, + { + "type": "zotino", + "ports": [9] + } + ] +}