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