From 16567c59ca79415509b2d68aba80eeb81924a9a2 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Fri, 8 Mar 2019 17:55:06 +0800 Subject: [PATCH] add nrc variant --- nrc.json | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 nrc.json diff --git a/nrc.json b/nrc.json new file mode 100644 index 0000000..26bf252 --- /dev/null +++ b/nrc.json @@ -0,0 +1,41 @@ +{ + "target": "kasli", + "variant": "nrc", + "hw_rev": "v1.1", + "base": "standalone", + "core_addr": "192.168.1.75", + "rtio_frequency": 125e6, + "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": "urukul", + "ports": [2, 3], + "clk_sel": 2 + }, + { + "type": "urukul", + "ports": [4, 5], + "dds": "ad9912", + "clk_sel": 2 + }, + { + "type": "sampler", + "ports": [6, 7] + }, + { + "type": "zotino", + "ports": [8] + } + ] +}