From f20403cf7d6846b52a62528978ed8ff6e9ed6c22 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sat, 4 Apr 2020 20:26:44 +0800 Subject: [PATCH] add no --- no.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 no.json diff --git a/no.json b/no.json new file mode 100644 index 0000000..07146c4 --- /dev/null +++ b/no.json @@ -0,0 +1,20 @@ +{ + "target": "kasli", + "variant": "no", + "hw_rev": "v1.1", + "base": "standalone", + "core_addr": "192.168.1.75", + "peripherals": [ + { + "type": "urukul", + "ports": [0, 1], + "clk_sel": 2 + }, + { + "type": "dio", + "ports": [2], + "bank_direction_low": "input", + "bank_direction_high": "output" + } + ] +}