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