From cba26482c0485e42c4e9d24f3bdadeb183b9030f Mon Sep 17 00:00:00 2001 From: mwojcik Date: Mon, 17 Jan 2022 11:23:43 +0800 Subject: [PATCH] ucsb2/3: enable edge counters --- ucsb2.json | 1 + ucsb3.json | 1 + 2 files changed, 2 insertions(+) diff --git a/ucsb2.json b/ucsb2.json index 84a4094..d24504c 100644 --- a/ucsb2.json +++ b/ucsb2.json @@ -9,6 +9,7 @@ { "type": "dio", "ports": [0], + "edge_counter": true, "bank_direction_low": "input", "bank_direction_high": "output" }, diff --git a/ucsb3.json b/ucsb3.json index 8eefb13..f95c663 100644 --- a/ucsb3.json +++ b/ucsb3.json @@ -9,6 +9,7 @@ { "type": "dio", "ports": [0], + "edge_counter": true, "bank_direction_low": "input", "bank_direction_high": "output" },