mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
platforms/kcu105: change internal vref to 0.84v (recommended value for ddr4)
This commit is contained in:
parent
ebe0d567f8
commit
b6c98cab0d
1 changed files with 3 additions and 3 deletions
|
@ -486,6 +486,6 @@ class Platform(XilinxPlatform):
|
|||
|
||||
def do_finalize(self, fragment):
|
||||
XilinxPlatform.do_finalize(self, fragment)
|
||||
self.add_platform_command("set_property INTERNAL_VREF {{0.60}} [get_iobanks 44]")
|
||||
self.add_platform_command("set_property INTERNAL_VREF {{0.60}} [get_iobanks 45]")
|
||||
self.add_platform_command("set_property INTERNAL_VREF {{0.60}} [get_iobanks 46]")
|
||||
self.add_platform_command("set_property INTERNAL_VREF {{0.84}} [get_iobanks 44]")
|
||||
self.add_platform_command("set_property INTERNAL_VREF {{0.84}} [get_iobanks 45]")
|
||||
self.add_platform_command("set_property INTERNAL_VREF {{0.84}} [get_iobanks 46]")
|
||||
|
|
Loading…
Reference in a new issue