UART Working... Bumped to newer fpga-shells

This commit is contained in:
Abraham Gonzalez
2020-10-19 11:29:25 -07:00
parent 9ba4918cb8
commit dd358f45ab
6 changed files with 23 additions and 13 deletions

View File

@@ -138,8 +138,7 @@ class BringupGPIOVCU118PlacedOverlay(val shell: VCU118ShellBasicOverlays, name:
packagePinsWithIOStdWithPackageIOs foreach { case (pin, iostd, io) => {
shell.xdc.addPackagePin(io, pin)
shell.xdc.addIOStandard(io, iostd)
// TODO: no drive strength found
//if (iostd == "LVCMOS12") { shell.xdc.addDriveStrength(io, "8") }
if (iostd == "LVCMOS12") { shell.xdc.addDriveStrength(io, "8") }
} }
} }
}