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 + } + ] +}