From 057181a29b20701df59718af5b07093c53ca967c Mon Sep 17 00:00:00 2001 From: occheung Date: Mon, 12 Oct 2020 16:16:21 +0800 Subject: [PATCH] add nist2 --- nist2.json | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 nist2.json diff --git a/nist2.json b/nist2.json new file mode 100644 index 0000000..85bb0a5 --- /dev/null +++ b/nist2.json @@ -0,0 +1,47 @@ +{ + "target": "kasli", + "variant": "nist2", + "hw_rev": "v1.1", + "base": "standalone", + "core_addr": "192.168.1.75", + "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": "zotino", + "ports": [3] + }, + { + "type": "sampler", + "ports": [4, 5] + }, + { + "type": "urukul", + "dds": "ad9910", + "ports": [8, 9], + "clk_sel": 2 + }, + { + "type": "urukul", + "dds": "ad9910", + "ports": [10, 11], + "clk_sel": 2 + } + ] +}