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