mirror of
https://github.com/litex-hub/litex-boards.git
synced 2025-01-03 03:43:36 -05:00
platforms/zcu104: add missing INTERNAL_VREF on bank 64 (DQ0-31)
This commit is contained in:
parent
95e1a05bf1
commit
75286f8a9b
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue