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