board: hseda-xc6slx16
This commit is contained in:
parent
c35f21a5be
commit
cda14f24e3
|
|
@ -293,6 +293,13 @@
|
|||
Memory: OK
|
||||
Flash: IF
|
||||
|
||||
- ID: hseda-xc6slx16
|
||||
Description: XILINX SPARTAN6 XC6SLX16 Microblaze SDRAM USB2.0 FPGA
|
||||
URL: http://hseda.com/product/xilinx/XC6SLX16/XC6SLX16.htm
|
||||
FPGA: Spartan6 xc6slx16-ftg256
|
||||
Memory: OK
|
||||
Flash: OK
|
||||
|
||||
- ID: ice40_generic
|
||||
Description: iCEBreaker
|
||||
URL: https://1bitsquared.com/collections/fpga/products/icebreaker
|
||||
|
|
|
|||
|
|
@ -150,6 +150,7 @@ static std::map <std::string, target_board_t> board_list = {
|
|||
SPI_BOARD("gatemate_evb_spi", "colognechip", "gatemate_evb_spi",
|
||||
DBUS4, DBUS5, CBUS0, DBUS3, DBUS0, DBUS1, DBUS2, 0, 0, CABLE_DEFAULT),
|
||||
JTAG_BOARD("genesys2", "xc7k325tffg900", "digilent_b", 0, 0, CABLE_DEFAULT),
|
||||
JTAG_BOARD("hseda-xc6slx16", "xc6slx16ftg256", "", 0, 0, CABLE_DEFAULT),
|
||||
/* most ice40 boards uses the same pinout */
|
||||
SPI_BOARD("ice40_generic", "lattice", "ft2232",
|
||||
DBUS7, DBUS6, 0,
|
||||
|
|
|
|||
Loading…
Reference in New Issue