platforms/zcu104: add missing INTERNAL_VREF on bank 64 (DQ0-31)
This commit is contained in:
parent
95e1a05bf1
commit
75286f8a9b
|
@ -142,5 +142,6 @@ class Platform(XilinxPlatform):
|
|||
|
||||
def do_finalize(self, fragment):
|
||||
XilinxPlatform.do_finalize(self, fragment)
|
||||
self.add_platform_command("set_property INTERNAL_VREF 0.84 [get_iobanks 64]")
|
||||
self.add_platform_command("set_property INTERNAL_VREF 0.84 [get_iobanks 65]")
|
||||
self.add_platform_command("set_property INTERNAL_VREF 0.84 [get_iobanks 66]")
|
||||
|
|
Loading…
Reference in New Issue