mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-29 17:39:36 +02:00
Add Trenz TEC0330 board.
This commit is contained in:
+8
-1
@@ -740,7 +740,7 @@
|
||||
URL: https://shop.trenz-electronic.de/en/TEC0117-01-FPGA-Module-with-GOWIN-LittleBee-and-8-MByte-internal-SDRAM
|
||||
FPGA: XC7A200TFBG484
|
||||
Memory: OK
|
||||
Flash: IF
|
||||
Flash: OK
|
||||
|
||||
- ID: tec0117
|
||||
Description: Trenz Gowin LittleBee (TEC0117)
|
||||
@@ -756,6 +756,13 @@
|
||||
Memory: OK
|
||||
Flash: NT
|
||||
|
||||
- ID: tec0330
|
||||
Description: PCIe FMC Carrier with Xilinx Virtex-7 FPGA (TEC0330)
|
||||
URL: https://shop.trenz-electronic.de//TEC0330-05-PCIe-FMC-Carrier-with-Xilinx-Virtex-7-FPGA-8-Lane-PCIe-GEN2-SODIMM-SDRAM
|
||||
FPGA: XC7VX330T-2FFG1157C
|
||||
Memory: OK
|
||||
Flash: OK
|
||||
|
||||
- ID: trion_t120_bga576
|
||||
Description: Efinix Trion T120 BGA576 Dev Kit (SPI mode)
|
||||
URL: https://www.efinixinc.com/products-devkits-triont120bga576.html
|
||||
|
||||
@@ -212,6 +212,7 @@ static std::map <std::string, target_board_t> board_list = {
|
||||
JTAG_BOARD("tangmega138k", "", "ft2232", 0, 0, CABLE_DEFAULT),
|
||||
JTAG_BOARD("te0712_8", "xc7a200tfbg484", "", 0, 0, CABLE_MHZ(15)),
|
||||
JTAG_BOARD("tec0117", "", "ft2232", 0, 0, CABLE_DEFAULT),
|
||||
JTAG_BOARD("tec0330", "xc7vx330tffg1157", "", 0, 0, CABLE_MHZ(15)),
|
||||
SPI_BOARD("titanium_ti60_f225","efinix", "efinix_spi_ft4232",
|
||||
DBUS4, DBUS5, DBUS7, DBUS3, DBUS0, DBUS1, DBUS2, DBUS6, 0, CABLE_DEFAULT),
|
||||
JTAG_BOARD("titanium_ti60_f225_jtag", "ti60f225","efinix_jtag_ft4232", 0, 0, CABLE_DEFAULT),
|
||||
|
||||
Reference in New Issue
Block a user