board.hpp: Add brs-100-gw1nr9
This commit is contained in:
parent
ed6025645f
commit
4541b93795
|
|
@ -862,6 +862,13 @@
|
||||||
Memory: OK
|
Memory: OK
|
||||||
Flash: IF
|
Flash: IF
|
||||||
|
|
||||||
|
- ID: brs-100-gw1nr9
|
||||||
|
Description: BrisbaneSilicon BRS-100-GW1NR9
|
||||||
|
URL: https://brisbanesilicon.com.au/brs-100-gw1nr9/
|
||||||
|
FPGA: littleBee GW1NR-9C
|
||||||
|
Memory: OK
|
||||||
|
Flash: IF/EF
|
||||||
|
|
||||||
- ID: trion_t20_bga256_jtag
|
- ID: trion_t20_bga256_jtag
|
||||||
Description: Efinix Trion T20 BGA256 Dev Kit
|
Description: Efinix Trion T20 BGA256 Dev Kit
|
||||||
URL: https://www.efinixinc.com/products-devkits-triont20.html
|
URL: https://www.efinixinc.com/products-devkits-triont20.html
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,7 @@ GOWIN GW1N
|
||||||
* Sipeed Tang Nano 4K
|
* Sipeed Tang Nano 4K
|
||||||
* Honeycomb
|
* Honeycomb
|
||||||
* RUNBER
|
* RUNBER
|
||||||
|
* BrisbaneSilicon BRS-100-GW1NR9
|
||||||
|
|
||||||
``.fs`` file is the default format generated by *Gowin IDE*, so nothing special must be done to generates this file.
|
``.fs`` file is the default format generated by *Gowin IDE*, so nothing special must be done to generates this file.
|
||||||
|
|
||||||
|
|
@ -37,12 +38,13 @@ where ``BOARD_NAME`` is:
|
||||||
* ``tangnano20k``
|
* ``tangnano20k``
|
||||||
* ``tangprimer20k``
|
* ``tangprimer20k``
|
||||||
* ``runber``
|
* ``runber``
|
||||||
|
* ``brs-100-gw1nr9``
|
||||||
|
|
||||||
Flash
|
Flash
|
||||||
-----
|
-----
|
||||||
|
|
||||||
.. ATTENTION::
|
.. ATTENTION::
|
||||||
Only with Trenz TEC0117 and runber.
|
Only with Trenz TEC0117, runber and brs-100-gw1nr9.
|
||||||
|
|
||||||
with ``-f``, file load:
|
with ``-f``, file load:
|
||||||
|
|
||||||
|
|
@ -54,6 +56,7 @@ where ``BOARD_NAME`` is:
|
||||||
|
|
||||||
* ``tec0117``
|
* ``tec0117``
|
||||||
* ``runber``
|
* ``runber``
|
||||||
|
* ``brs-100-gw1nr9``
|
||||||
|
|
||||||
It's possible to flash external SPI Flash (connected to MSPI) in bscan mode by using ``--external-flash`` instead of
|
It's possible to flash external SPI Flash (connected to MSPI) in bscan mode by using ``--external-flash`` instead of
|
||||||
``-f``.
|
``-f``.
|
||||||
|
|
|
||||||
|
|
@ -250,6 +250,7 @@ static std::map <std::string, target_board_t> board_list = {
|
||||||
JTAG_BOARD("te0712_8", "xc7a200tfbg484", "", SPI_FLASH, 0, 0, CABLE_MHZ(15)),
|
JTAG_BOARD("te0712_8", "xc7a200tfbg484", "", SPI_FLASH, 0, 0, CABLE_MHZ(15)),
|
||||||
JTAG_BOARD("tec0117", "", "ft2232", SPI_FLASH, 0, 0, CABLE_DEFAULT),
|
JTAG_BOARD("tec0117", "", "ft2232", SPI_FLASH, 0, 0, CABLE_DEFAULT),
|
||||||
JTAG_BOARD("tec0330", "xc7vx330tffg1157", "", SPI_FLASH, 0, 0, CABLE_MHZ(15)),
|
JTAG_BOARD("tec0330", "xc7vx330tffg1157", "", SPI_FLASH, 0, 0, CABLE_MHZ(15)),
|
||||||
|
JTAG_BOARD("brs-100-gw1nr9", "gw1nr-lv9qn88pc7/i6", "ft2232", SPI_FLASH, 0, 0, CABLE_DEFAULT),
|
||||||
SPI_BOARD("titanium_ti60_f225","efinix", "titanium", "efinix_spi_ft4232",
|
SPI_BOARD("titanium_ti60_f225","efinix", "titanium", "efinix_spi_ft4232",
|
||||||
DBUS4, DBUS5, DBUS7, DBUS3, DBUS0, DBUS1, DBUS2, DBUS6, 0, CABLE_DEFAULT),
|
DBUS4, DBUS5, DBUS7, DBUS3, DBUS0, DBUS1, DBUS2, DBUS6, 0, CABLE_DEFAULT),
|
||||||
JTAG_BOARD("titanium_ti60_f225_jtag", "ti60f225","efinix_jtag_ft4232", SPI_FLASH, 0, 0, CABLE_DEFAULT),
|
JTAG_BOARD("titanium_ti60_f225_jtag", "ti60f225","efinix_jtag_ft4232", SPI_FLASH, 0, 0, CABLE_DEFAULT),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue