diff --git a/berkeley2.json b/berkeley2.json new file mode 100644 index 0000000..d7807f9 --- /dev/null +++ b/berkeley2.json @@ -0,0 +1,33 @@ +{ + "target": "kasli", + "variant": "berkeley2", + "hw_rev": "v1.1", + "base": "standalone", + "core_addr": "192.168.1.75", + "peripherals": [ + { + "type": "grabber", + "ports": [1] + }, + { + "type": "dio", + "ports": [2], + "bank_direction_low": "input", + "bank_direction_high": "output" + }, + { + "type": "urukul", + "ports": [3, 4], + "clk_sel": 2 + }, + { + "type": "urukul", + "ports": [5, 6], + "clk_sel": 2 + }, + { + "type": "zotino", + "ports": [7] + } + ] +} diff --git a/unsw2.json b/unsw2.json new file mode 100644 index 0000000..e0bc02b --- /dev/null +++ b/unsw2.json @@ -0,0 +1,23 @@ +{ + "target": "kasli", + "variant": "unsw2", + "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": "sampler", + "ports": [1, 2] + }, + { + "type": "zotino", + "ports": [3] + } + ] +}