mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-30 01:48:50 +02:00
src/gowin: Add support for GW5AT-15 (used on Sipeed Slogic16U3).
JTAG pinout on Sipeed Slogic16U3 is similar to Sipeed Tang Primier 20K JTAG pinout and extension cable from Tang Primer 20K can be used. ./openFPGALoader -c digilent_hs2 --detect empty Jtag frequency : requested 6.00MHz -> real 6.00MHz index 0: idcode 0x1681b manufacturer Gowin family GW5AT model GW5AT-15 irlength 8
This commit is contained in:
@@ -195,6 +195,7 @@ int FsParser::parse()
|
||||
nb_line = 2038;
|
||||
break;
|
||||
case 0x0001281b: /* GW5A-25 */
|
||||
case 0x0001681b: /* GW5AT-15 */
|
||||
case 0x0001481b: /* GW5AT-60 */
|
||||
case 0x0001081b: /* GW5AST-138 */
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user