From 08904e4c7b6982b562a9ad600492928840879850 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20J=C3=B6rdens?= Date: Tue, 6 Aug 2019 14:00:42 +0000 Subject: [PATCH] ptb5: add --- ptb5.json | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 ptb5.json diff --git a/ptb5.json b/ptb5.json new file mode 100644 index 0000000..5098cb4 --- /dev/null +++ b/ptb5.json @@ -0,0 +1,62 @@ +{ + "target": "kasli", + "variant": "ptb5", + "hw_rev": "v1.1", + "base": "standalone", + "core_addr": "10.0.16.141", + "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": "grabber", + "ports": [3] + }, + { + "type": "urukul", + "ports": [4, 5], + "clk_sel": 2 + }, + { + "type": "urukul", + "ports": [6], + "clk_sel": 2 + }, + { + "type": "urukul", + "ports": [7], + "clk_sel": 2 + }, + { + "type": "sampler", + "ports": [8] + }, + { + "type": "sampler", + "ports": [9] + }, + { + "type": "zotino", + "ports": [10] + }, + { + "type": "zotino", + "ports": [11] + } + ] +}