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