From f0c89451f4733ad64c824580b79da4012586e728 Mon Sep 17 00:00:00 2001 From: Stewart Mackenzie Date: Wed, 19 Feb 2020 14:35:27 +0800 Subject: [PATCH] added liaf --- liaf.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 liaf.json diff --git a/liaf.json b/liaf.json new file mode 100644 index 0000000..fd299eb --- /dev/null +++ b/liaf.json @@ -0,0 +1,21 @@ +{ + "target": "kasli", + "variant": "liaf", + "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": "urukul", + "dds": "ad9910", + "ports": [1, 2], + "clk_sel": 2 + } + ] +}