Fix cannot find board bug

This commit is contained in:
hubmartin 2021-12-27 21:07:16 +01:00
parent fcec2c1d35
commit b98d76ff39
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ class Platform(GowinPlatform):
GowinPlatform.__init__(self, "GW1NR-LV9QN88C6/I5", _io, _connectors, toolchain="gowin", devicename='GW1NR-9')
def create_programmer(self):
return OpenFPGALoader("littlebee")
return OpenFPGALoader("littleBee")
def do_finalize(self, fragment):
GowinPlatform.do_finalize(self, fragment)