From e2150f0ece655023ac3d650799c4a65e9235361c Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 9 May 2019 17:12:34 +0800 Subject: [PATCH] add duke --- duke.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 duke.json diff --git a/duke.json b/duke.json new file mode 100644 index 0000000..1a85242 --- /dev/null +++ b/duke.json @@ -0,0 +1,33 @@ +{ + "target": "kasli", + "variant": "duke", + "hw_rev": "v1.1", + "base": "standalone", + "core_addr": "192.168.1.75", + "peripherals": [ + { + "type": "dio", + "ports": [4], + "bank_direction_low": "input", + "bank_direction_high": "output", + "edge_counter": true + }, + { + "type": "urukul", + "ports": [3, 2], + "clk_sel": 0 + }, + { + "type": "sampler", + "ports": [6, 5] + }, + { + "type": "zotino", + "ports": [7] + }, + { + "type": "grabber", + "ports": [1, 0] + } + ] +}