Merge pull request #1732 from tymcauley/gpio-undriven-signals

Ensure all GPIO signals are tied off
This commit is contained in:
Jerry Zhao
2024-02-16 10:57:41 -08:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -174,6 +174,7 @@ class WithGPIOCells extends OverrideIOBinder({
iocell.io.oe := pin.o.oe
iocell.io.ie := pin.o.ie
pin.i.ival := iocell.io.i
pin.i.po.foreach(_ := DontCare)
iocell.io.pad <> g
(GPIOPort(() => g, i, j), iocell)
}).unzip