From bc255a6a0dd3c7468f85ed573bf879a21cfc57a6 Mon Sep 17 00:00:00 2001 From: Hans Baier Date: Thu, 25 Feb 2021 12:21:24 +0700 Subject: [PATCH] arrow_sockit: Add README table entry and test target --- README.md | 1 + test/test_targets.py | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index d5e1391..cfd30d6 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,7 @@ The Colorlight5A is a very nice board to start with, cheap, powerful, easy to us | De0Nano | Intel Cyclone4 | EP4CE22F | 50MHz | FTDI | 16-bit 32MB SDR | No | No | No | No | | De10Lite | Intel MAX10 | 10M50DA | 50MHz | IOs | 16-bit 64MB SDR | No | No | No | No | | De10Nano | Intel Cyclone5 | 5CSEBA6 | 50MHz | IOs | 16-bit 32MB SDR | No | No | No | Yes | +| Arrow SoCKit | Intel Cyclone5 | 5CSXFC6D6F31C8| 50MHz | JTAG | 32-bit 1GB DDR3* | No | No | No | No | | De1SoC | Intel Cyclone5 | 5CSEMA5 | 50MHz | IOs | 16-bit 64MB SDR | No | ? | ? | ? | | De2-115 | Intel Cyclone4 | EP4CE115 | 50MHz | IOs | 16-bit 128MB SDR | No | 1Gbps GMII* | 8MB QSPI | Yes* | | ECP5-EVN | Lattice ECP5 | LFE5UM5G-85F | 50MHz | FTDI | No | No | ? | ? | ? | diff --git a/test/test_targets.py b/test/test_targets.py index 187b286..d2b951d 100644 --- a/test/test_targets.py +++ b/test/test_targets.py @@ -87,6 +87,7 @@ class TestTargets(unittest.TestCase): # Intel Cyclone5 platforms.append("de1soc") platforms.append("de10nano") + platforms.append("arrow_sockit") # Intel Cyclone10 platforms.append("c10lprefkit")