board: add gr740-mini
This commit is contained in:
parent
2754e99215
commit
dce0c050a7
|
|
@ -324,6 +324,13 @@
|
||||||
Flash: OK
|
Flash: OK
|
||||||
Constraints: Fomu-PVT
|
Constraints: Fomu-PVT
|
||||||
|
|
||||||
|
- ID: gr740-mini
|
||||||
|
Description: GR740-MINI
|
||||||
|
URL: https://gaisler.com/index.php/products/boards/gr740-mini
|
||||||
|
FPGA: CertusPro-NX LFCPNX-100
|
||||||
|
Memory: OK
|
||||||
|
Flash: NA
|
||||||
|
|
||||||
- ID: honeycomb
|
- ID: honeycomb
|
||||||
Description: honeycomb
|
Description: honeycomb
|
||||||
URL: https://github.com/Disasm/honeycomb-pcb
|
URL: https://github.com/Disasm/honeycomb-pcb
|
||||||
|
|
|
||||||
|
|
@ -155,6 +155,7 @@ static std::map <std::string, target_board_t> board_list = {
|
||||||
SPI_BOARD("gatemate_evb_spi", "colognechip", "gatemate_evb_spi",
|
SPI_BOARD("gatemate_evb_spi", "colognechip", "gatemate_evb_spi",
|
||||||
DBUS4, DBUS5, CBUS0, DBUS3, DBUS0, DBUS1, DBUS2, 0, 0, CABLE_DEFAULT),
|
DBUS4, DBUS5, CBUS0, DBUS3, DBUS0, DBUS1, DBUS2, 0, 0, CABLE_DEFAULT),
|
||||||
JTAG_BOARD("genesys2", "xc7k325tffg900", "digilent_b", 0, 0, CABLE_DEFAULT),
|
JTAG_BOARD("genesys2", "xc7k325tffg900", "digilent_b", 0, 0, CABLE_DEFAULT),
|
||||||
|
JTAG_BOARD("gr740-mini", "", "ft4232hp_b", 0, 0, CABLE_DEFAULT),
|
||||||
JTAG_BOARD("hseda-xc6slx16", "xc6slx16ftg256", "", 0, 0, CABLE_DEFAULT),
|
JTAG_BOARD("hseda-xc6slx16", "xc6slx16ftg256", "", 0, 0, CABLE_DEFAULT),
|
||||||
/* most ice40 boards uses the same pinout */
|
/* most ice40 boards uses the same pinout */
|
||||||
SPI_BOARD("ice40_generic", "lattice", "ft2232",
|
SPI_BOARD("ice40_generic", "lattice", "ft2232",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue