Skip to content

Commit f6afb5a

Browse files
committed
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.
1 parent 7a509b5 commit f6afb5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/board.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ static std::map <std::string, target_board_t> board_list = {
116116
JTAG_BOARD("antmicro_ddr4_tester", "xc7k160tffg676", "ft4232", 0, 0, CABLE_DEFAULT),
117117
JTAG_BOARD("antmicro_ddr5_tester", "xc7k160tffg676", "ft4232", 0, 0, CABLE_DEFAULT),
118118
JTAG_BOARD("antmicro_lpddr4_tester", "xc7k70tfbg484", "ft4232", 0, 0, CABLE_DEFAULT),
119+
JTAG_BOARD("anvyl", "xc6slx45csg484", "digilent", 0, 0, CABLE_DEFAULT),
119120
/* left for backward compatibility, use right name instead */
120121
JTAG_BOARD("arty", "xc7a35tcsg324", "digilent", 0, 0, CABLE_MHZ(10)),
121122
JTAG_BOARD("arty_a7_35t", "xc7a35tcsg324", "digilent", 0, 0, CABLE_MHZ(10)),

0 commit comments

Comments
 (0)