Use Arrow-USB-Blaster for trenz c10lprefkit

This commit is contained in:
Robert Wilbrandt 2022-01-16 18:03:40 +01:00
parent 8a33c2aa31
commit 00c9cf1d6e
No known key found for this signature in database
GPG Key ID: 73DE5FB207B8AB28
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ class Platform(AlteraPlatform):
AlteraPlatform.__init__(self, "10CL055YU484A7G", _io)
def create_programmer(self):
return USBBlaster()
return USBBlaster(cable_name="Arrow-USB-Blaster")
def do_finalize(self, fragment):
AlteraPlatform.do_finalize(self, fragment)