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