From a96fbcc99a4091d48b231773cac23e489e378416 Mon Sep 17 00:00:00 2001 From: Gwenhael Goavec-Merou Date: Sat, 15 May 2021 19:31:39 +0200 Subject: [PATCH] board: add digilent zedboard --- src/board.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/board.hpp b/src/board.hpp index 9396e8a..e5f6098 100644 --- a/src/board.hpp +++ b/src/board.hpp @@ -122,6 +122,7 @@ static std::map board_list = { JTAG_BOARD("xtrx", "xc7a50tcpg236", "" , 0, 0), SPI_BOARD("xyloni_spi", "efinix", "efinix_spi", DBUS4 | DBUS7, DBUS5, DBUS3, DBUS0, DBUS1, DBUS2, DBUS6, 0), + JTAG_BOARD("zedboard", "xc7z020-clg484", "digilent_hs2", 0, 0), }; #endif