diff --git a/nist3.json b/nist3.json new file mode 100644 index 0000000..44efef7 --- /dev/null +++ b/nist3.json @@ -0,0 +1,57 @@ +{ + "target": "kasli", + "variant": "nist3", + "hw_rev": "v2.0", + "base": "standalone", + "core_addr": "192.168.1.75", + "peripherals": [ + { + "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": "grabber", + "ports": [4] + }, + { + "type": "urukul", + "dds": "ad9910", + "ports": [5], + "clk_sel": 2 + }, + { + "type": "urukul", + "dds": "ad9910", + "ports": [6], + "clk_sel": 2 + }, + { + "type": "urukul", + "dds": "ad9910", + "ports": [7], + "clk_sel": 2 + }, + { + "type": "sampler", + "ports": [8, 9] + }, + { + "type": "zotino", + "ports": [10] + } + ] +}