From 4e0d6a78daa3d307f0d1fe80fe2a534c0f714fc1 Mon Sep 17 00:00:00 2001 From: ciciwu Date: Wed, 17 Nov 2021 12:45:30 +0800 Subject: [PATCH] add osaka3 --- osaka3.json | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 osaka3.json diff --git a/osaka3.json b/osaka3.json new file mode 100644 index 0000000..9fb3839 --- /dev/null +++ b/osaka3.json @@ -0,0 +1,52 @@ +{ + "target": "kasli", + "variant": "osaka3", + "hw_rev": "v2.0", + "base": "standalone", + "core_addr": "192.168.1.75", + "peripherals": [ + { + "type": "dio", + "board": "DIO_SMA", + "ports": [0], + "bank_direction_low": "input", + "bank_direction_high": "output" + }, + { + "type": "dio", + "board": "DIO_MCX", + "ports": [1], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "dio", + "board": "DIO_MCX", + "ports": [2], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "urukul", + "ports": [3, 4], + "clk_sel": 2 + }, + { + "type": "urukul", + "ports": [5, 6], + "clk_sel": 2 + }, + { + "type": "phaser", + "ports": [7] + }, + { + "type": "zotino", + "ports": [8] + }, + { + "type": "sampler", + "ports": [9, 10] + } + ] +} \ No newline at end of file