Merge pull request #315 from hubmartin/master

Fix cannot find board 'littlebee'
This commit is contained in:
enjoy-digital 2022-01-03 16:09:12 +01:00 committed by GitHub
commit fae2cecf93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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') GowinPlatform.__init__(self, "GW1NR-LV9QN88C6/I5", _io, _connectors, toolchain="gowin", devicename='GW1NR-9')
def create_programmer(self): def create_programmer(self):
return OpenFPGALoader("littlebee") return OpenFPGALoader("littleBee")
def do_finalize(self, fragment): def do_finalize(self, fragment):
GowinPlatform.do_finalize(self, fragment) GowinPlatform.do_finalize(self, fragment)