diff --git a/osaka2.json b/osaka2.json new file mode 100644 index 0000000..c35b327 --- /dev/null +++ b/osaka2.json @@ -0,0 +1,28 @@ +{ + "target": "kasli", + "variant": "osaka", + "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 + }, + { + "type": "zotino", + "ports": [3] + }, + { + "type": "sampler", + "ports": [4, 5] + } + ] +}