mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-30 09:59:03 +02:00
gowin: add support for GW1NR-9C
GW1NR-9C has a different idcode with GW1NR-9. Add support for it by adding the idcode. Signed-off-by: Icenowy Zheng <[email protected]>
This commit is contained in:
+3
-1
@@ -165,7 +165,9 @@ int FsParser::parse()
|
||||
case 0x1100381b: /* GW1N-4B */
|
||||
nb_line = 494;
|
||||
break;
|
||||
case 0x0100481b: /* GW1N-6 */
|
||||
case 0x0100481b: /* GW1N-6(9C ES?) */
|
||||
case 0x1100481b: /* GW1N-9C */
|
||||
case 0x0100581b: /* GW1N-9(ES)*/
|
||||
case 0x1100581b: /* GW1N-9 */
|
||||
nb_line = 712;
|
||||
padding = 4;
|
||||
|
||||
Reference in New Issue
Block a user