diff --git a/berkeley3.json b/berkeley3.json new file mode 100644 index 0000000..2219ec8 --- /dev/null +++ b/berkeley3.json @@ -0,0 +1,52 @@ +{ + "target": "kasli", + "variant": "berkeley3", + "hw_rev": "v1.1", + "base": "standalone", + "core_addr": "192.168.1.75", + "peripherals": [ + { + "type": "urukul", + "ports": [0, 1], + "clk_sel": 2 + }, + { + "type": "sampler", + "ports": [2, 3] + }, + { + "type": "dio", + "ports": [4], + "bank_direction_low": "input", + "bank_direction_high": "output" + }, + { + "type": "dio", + "ports": [5], + "bank_direction_low": "input", + "bank_direction_high": "output" + }, + { + "type": "dio", + "ports": [6], + "bank_direction_low": "input", + "bank_direction_high": "output" + }, + { + "type": "dio", + "ports": [7], + "bank_direction_low": "input", + "bank_direction_high": "output" + }, + { + "type": "dio", + "ports": [8], + "bank_direction_low": "input", + "bank_direction_high": "output" + }, + { + "type": "zotino", + "ports": [9] + } + ] +}