From bdd061a3cdc2576b52082e613b807fcc6e570b54 Mon Sep 17 00:00:00 2001 From: Stewart Mackenzie Date: Wed, 4 Mar 2020 17:23:56 +0800 Subject: [PATCH] added unlb --- unlb.json | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 unlb.json diff --git a/unlb.json b/unlb.json new file mode 100644 index 0000000..05d04e7 --- /dev/null +++ b/unlb.json @@ -0,0 +1,59 @@ +{ + "target": "kasli", + "variant": "unlb", + "hw_rev": "v1.1", + "base": "standalone", + "core_addr": "192.168.1.75", + "peripherals": [ + { + "type": "urukul", + "ports": [1, 2], + "clk_sel": 2 + }, + { + "type": "urukul", + "ports": [3, 4], + "clk_sel": 2 + }, + { + "type": "dio", + "ports": [5], + "bank_direction_low": "input", + "bank_direction_high": "output" + }, + { + "type": "dio", + "ports": [6], + "bank_direction_low": "input", + "bank_direction_high": "output" + }, + { + "type": "dio", + "ports": [7], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "dio", + "ports": [8], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "dio", + "ports": [9], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "dio", + "ports": [10], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "zotino", + "ports": [11] + } + ] +}