partner/c10lprefkit: remove FAMILY platform_command (not needed)
This commit is contained in:
parent
5193f7155a
commit
0a56d86b1a
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue