From d997e22539337ede9f8f6572b8c027271e25e1a4 Mon Sep 17 00:00:00 2001 From: ciciwu Date: Thu, 23 Sep 2021 14:56:11 +0800 Subject: [PATCH] add tech --- tech.json | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 tech.json diff --git a/tech.json b/tech.json new file mode 100644 index 0000000..c93ceb6 --- /dev/null +++ b/tech.json @@ -0,0 +1,48 @@ +{ + "target": "kasli", + "min_artiq_version": "6.0", + "variant": "tech", + "hw_rev": "v2.0", + "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": "dio", + "ports": [3], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "dio", + "ports": [4], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "sampler", + "ports": [5, 6] + }, + { + "type": "fastino", + "ports": [7] + } + ] +}