platforms/kcu105: set internal vref on ddr4 banks
This commit is contained in:
parent
a27b5a3be1
commit
eda1a83ea9
|
@ -483,3 +483,9 @@ class Platform(XilinxPlatform):
|
||||||
|
|
||||||
def create_programmer(self):
|
def create_programmer(self):
|
||||||
return VivadoProgrammer()
|
return VivadoProgrammer()
|
||||||
|
|
||||||
|
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]")
|
||||||
|
|
Loading…
Reference in New Issue