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