Skip to content

Commit 7348f78

Browse files
committed
Fixed the gowin famility issue with case sensitive disk partitions. See details here #521
1 parent 8fe8929 commit 7348f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apio/scons/plugin_gowin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def emitter(target, source, env):
8989
).format(
9090
args.FPGA_MODEL,
9191
TARGET + ".pnr",
92-
args.FPGA_TYPE,
92+
args.FPGA_TYPE.upper(),
9393
self.constrain_file(),
9494
"" if args.VERBOSE_ALL or args.VERBOSE_PNR else "-q",
9595
),

0 commit comments

Comments
 (0)