mirror of
https://github.com/litex-hub/litex-boards.git
synced 2025-01-03 03:43:36 -05:00
partner/c10lprefkit: remove FAMILY platform_command (not needed)
This commit is contained in:
parent
5193f7155a
commit
0a56d86b1a
1 changed files with 0 additions and 1 deletions
|
@ -119,7 +119,6 @@ class Platform(AlteraPlatform):
|
|||
|
||||
def __init__(self):
|
||||
AlteraPlatform.__init__(self, "10CL055YU484A7G", _io)
|
||||
self.add_platform_command("set_global_assignment -name FAMILY \"Cyclone 10 LP\"")
|
||||
|
||||
def create_programmer(self):
|
||||
return USBBlaster()
|
||||
|
|
Loading…
Reference in a new issue