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