From c61b6525f42394c973f1ceae305c264dbfc51ce2 Mon Sep 17 00:00:00 2001 From: Stewart Mackenzie Date: Fri, 7 Feb 2020 18:40:22 +0800 Subject: [PATCH] added griffith --- grif.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 grif.json diff --git a/grif.json b/grif.json new file mode 100644 index 0000000..bc2ef88 --- /dev/null +++ b/grif.json @@ -0,0 +1,30 @@ +{ + "target": "kasli", + "variant": "grif", + "hw_rev": "v1.1", + "base": "standalone", + "core_addr": "192.168.1.75", + "peripherals": [ + { + "type": "dio", + "ports": [1], + "bank_direction_low": "input", + "bank_direction_high": "output" + }, + { + "type": "dio", + "ports": [2], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "urukul", + "ports": [3, 4], + "clk_sel": 2 + }, + { + "type": "zotino", + "ports": [5] + } + ] +}