From 1b3c57194f674cee4ee7efdf3ab027092b9a9499 Mon Sep 17 00:00:00 2001 From: topquark12 Date: Thu, 4 Feb 2021 14:44:12 +0800 Subject: [PATCH] add cu2 --- cu2.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 cu2.json diff --git a/cu2.json b/cu2.json new file mode 100644 index 0000000..ca35964 --- /dev/null +++ b/cu2.json @@ -0,0 +1,13 @@ +{ + "target": "kasli", + "variant": "cu2", + "hw_rev": "v2.0", + "base": "standalone", + "core_addr": "192.168.1.75", + "peripherals": [ + { + "type": "sampler", + "ports": [0, 1] + } + ] +}