update README: introduce Gowin
This commit is contained in:
parent
75c8fc0371
commit
decb76d41d
25
README.md
25
README.md
|
|
@ -1,13 +1,22 @@
|
||||||
# cycloader
|
# cycloader
|
||||||
Utility for programming Intel/Altera Cyclone Xilinx Serie 7 and Lattice MachXO3
|
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)
|
* Trenz cyc1000 Cyclone 10 LP 10CL025 (memory and spi flash)
|
||||||
* Digilent arty Artix xc7a35ti (memory and spi flash)
|
* Digilent arty Artix xc7a35ti (memory and spi flash)
|
||||||
* Lattice MachXO3LF Starter Kit LCMX03LF-6900C (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
|
* JTAG-HS3: jtag programmer cable from digilent
|
||||||
|
* FT2232: generic programmer cable based on Ftdi FT2232
|
||||||
|
|
||||||
## compile and install
|
## compile and install
|
||||||
|
|
||||||
|
|
@ -167,3 +176,15 @@ __file load__:
|
||||||
```bash
|
```bash
|
||||||
cycloader -b machXO3SK impl1/*.jed
|
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
|
||||||
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue