board: add terasic de0nanoSoc

This commit is contained in:
Gwenhael Goavec-Merou 2021-05-15 19:32:49 +02:00
parent a96fbcc99a
commit a160cc6431
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ static std::map <std::string, target_board_t> board_list = {
JTAG_BOARD("cyc1000", "", "ft2232", 0, 0),
JTAG_BOARD("de0", "", "usb-blaster",0, 0),
JTAG_BOARD("de0nano", "", "usb-blaster",0, 0),
JTAG_BOARD("de0nanoSoc", "", "usb-blasterII",0, 0),
JTAG_BOARD("ecp5_evn", "", "ft2232", 0, 0),
SPI_BOARD("fireant", "efinix", "ft232",
DBUS4, DBUS5, DBUS3, DBUS0, DBUS1, DBUS2, DBUS6, 0),