From f6afb5ab9f4432944b0b2dc08d152ef120fb72c8 Mon Sep 17 00:00:00 2001 From: Dusk Date: Sat, 26 Apr 2025 23:49:24 -0700 Subject: [PATCH] Add support for Digilent Anvyl, the Big Red Board. Programming to SRAM works. Programming flash works with a renamed spiOverJtag bitfile - cs(g)484 is different from fg(g)484, but the configuration flash IOs all end up on the same pads in the end. --- src/board.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/board.hpp b/src/board.hpp index 74d71be..b6a5656 100644 --- a/src/board.hpp +++ b/src/board.hpp @@ -116,6 +116,7 @@ static std::map board_list = { JTAG_BOARD("antmicro_ddr4_tester", "xc7k160tffg676", "ft4232", 0, 0, CABLE_DEFAULT), JTAG_BOARD("antmicro_ddr5_tester", "xc7k160tffg676", "ft4232", 0, 0, CABLE_DEFAULT), JTAG_BOARD("antmicro_lpddr4_tester", "xc7k70tfbg484", "ft4232", 0, 0, CABLE_DEFAULT), + JTAG_BOARD("anvyl", "xc6slx45csg484", "digilent", 0, 0, CABLE_DEFAULT), /* left for backward compatibility, use right name instead */ JTAG_BOARD("arty", "xc7a35tcsg324", "digilent", 0, 0, CABLE_MHZ(10)), JTAG_BOARD("arty_a7_35t", "xc7a35tcsg324", "digilent", 0, 0, CABLE_MHZ(10)),