Commit 9baa9d5d authored by Florent Kermarrec's avatar Florent Kermarrec

platform/de10nano: fix programmer (thanks @Godtec, see...

platform/de10nano: fix programmer (thanks @Godtec, see https://github.com/enjoy-digital/litex/pull/811).
parent 52d5787a
......@@ -171,7 +171,7 @@ class Platform(AlteraPlatform):
self.add_extension(_mister_sdram_module_io)
def create_programmer(self):
return USBBlaster()
return USBBlaster(cable_name="DE-SoC", device_id=2)
def do_finalize(self, fragment):
AlteraPlatform.do_finalize(self, fragment)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment