From e5c618fa1eb7e6f2c800aea6b78e435883664356 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 23 Jan 2020 19:33:57 +0800 Subject: [PATCH] add rice --- rice.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 rice.json diff --git a/rice.json b/rice.json new file mode 100644 index 0000000..9e135c1 --- /dev/null +++ b/rice.json @@ -0,0 +1,20 @@ +{ + "target": "kasli", + "variant": "rice", + "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", + "ports": [1, 2], + "clk_sel": 2 + } + ] +}