partner/c10lprefkit: remove FAMILY platform_command (not needed)

This commit is contained in:
Florent Kermarrec 2019-12-06 15:21:48 +01:00
parent 5193f7155a
commit 0a56d86b1a
1 changed files with 0 additions and 1 deletions

View File

@ -119,7 +119,6 @@ class Platform(AlteraPlatform):
def __init__(self): def __init__(self):
AlteraPlatform.__init__(self, "10CL055YU484A7G", _io) AlteraPlatform.__init__(self, "10CL055YU484A7G", _io)
self.add_platform_command("set_global_assignment -name FAMILY \"Cyclone 10 LP\"")
def create_programmer(self): def create_programmer(self):
return USBBlaster() return USBBlaster()