diff --git a/README.md b/README.md
index d5e1391bf1f4ff363eeca00c6c1e42ea165a9f70..cfd30d6134e58c4831e27e714bdb7df40aa44302 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 187b286a459b87bf70bc3469431210e9db9e7b00..d2b951d9462b4aa25ee7c02f77bdea5af0a3f4f4 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")