mercury_xu5: set INTERNAL_VREF to 0.84. (similar to others Ultrascale boards with DDR4).
This commit is contained in:
parent
f4ae21a7a2
commit
3f191c8561
|
@ -143,4 +143,4 @@ class Platform(XilinxPlatform):
|
|||
XilinxPlatform.do_finalize(self, fragment)
|
||||
self.add_platform_command("set_property BITSTREAM.CONFIG.OVERTEMPSHUTDOWN ENABLE [current_design]")
|
||||
self.add_platform_command("set_property BITSTREAM.CONFIG.UNUSEDPIN PULLNONE [current_design]")
|
||||
self.add_platform_command("set_property INTERNAL_VREF 0.600 [get_iobanks 64]")
|
||||
self.add_platform_command("set_property INTERNAL_VREF 0.84 [get_iobanks 64]")
|
||||
|
|
Loading…
Reference in New Issue