Commit 9a25f908 authored by Sebastien Bourdeauducq's avatar Sebastien Bourdeauducq
Browse files

sayma_amc: fix v2 platform name

parent 7765238c
...@@ -405,7 +405,7 @@ class Platform(XilinxPlatform): ...@@ -405,7 +405,7 @@ class Platform(XilinxPlatform):
def __init__(self): def __init__(self):
XilinxPlatform.__init__( XilinxPlatform.__init__(
self, "xcku040-ffva1156-1-c", _io, _connectors, self, "xcku040-ffva1156-1-c", _io, _connectors,
toolchain="vivado") toolchain="vivado", name="sayma_amc")
self.toolchain.bitstream_commands.extend([ self.toolchain.bitstream_commands.extend([
# FIXME: enable this when the XADC reference wiring is fixed # FIXME: enable this when the XADC reference wiring is fixed
# "set_property BITSTREAM.CONFIG.OVERTEMPPOWERDOWN Enable [current_design]", # "set_property BITSTREAM.CONFIG.OVERTEMPPOWERDOWN Enable [current_design]",
......
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