From 0253fad7cc620c32ed8c80deecfa31b15703ecea Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sun, 10 Oct 2021 16:19:54 +0800 Subject: [PATCH] add etm --- etm.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 etm.json diff --git a/etm.json b/etm.json new file mode 100644 index 0000000..b70db3e --- /dev/null +++ b/etm.json @@ -0,0 +1,24 @@ +{ + "target": "kasli", + "min_artiq_version": "6.0", + "variant": "etm", + "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": "phaser", + "ports": [2] + }, + { + "type": "phaser", + "ports": [4] + } + ] +}