diff --git a/README.md b/README.md index 394dedc..5fc7f98 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,22 @@ # cycloader Utility for programming Intel/Altera Cyclone Xilinx Serie 7 and Lattice MachXO3 -Current support: +__Current support:__ + * Trenz cyc1000 Cyclone 10 LP 10CL025 (memory and spi flash) * Digilent arty Artix xc7a35ti (memory and spi flash) * Lattice MachXO3LF Starter Kit LCMX03LF-6900C (flash) +* [Trenz Gowin LittleBee (TEC0117)](https://shop.trenz-electronic.de/en/TEC0117-01-FPGA-Module-with-GOWIN-LittleBee-and-8-MByte-internal-SDRAM) + +__Supported FPGA:__ + +* Gowin [GW1N (GW1NR-9)](https://www.gowinsemi.com/en/product/detail/2/) (SRAM + only) + +__Supported cables:__ -Supported cables: * JTAG-HS3: jtag programmer cable from digilent +* FT2232: generic programmer cable based on Ftdi FT2232 ## compile and install @@ -167,3 +176,15 @@ __file load__: ```bash cycloader -b machXO3SK impl1/*.jed ``` + +### Trenz GOWIN LittleBee (TEC0117) + +#### Flash SRAM: + +*.fs* file is the default format generated by *Gowin IDE*, so nothing +special must be done to generates this file. + +__file load__: +```bash +cycloader -b machXO3SK impl/pnr/*.fs +```