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