From 160aae712aaeec673f9cf010c65a9f36dcbf80e7 Mon Sep 17 00:00:00 2001 From: will-hut <22407192+will-hut@users.noreply.github.com> Date: Tue, 6 Feb 2024 03:59:47 -0600 Subject: [PATCH] Add suport for the Theta Machines ETH4K board --- apio/resources/boards.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/apio/resources/boards.json b/apio/resources/boards.json index 494866df..4fb9237d 100644 --- a/apio/resources/boards.json +++ b/apio/resources/boards.json @@ -774,5 +774,19 @@ "programmer": { "type": "openfpgaloader_usb-blaster" } + }, + "ThetaMachines-ETH4K": { + "name": "Theta Machines ETH4K", + "fpga": "iCE40-HX4K-TQ144", + "programmer": { + "type": "iceprog" + }, + "usb": { + "vid": "0403", + "pid": "6010" + }, + "ftdi": { + "desc": "ETH4K" + } } }