Merge pull request #1732 from tymcauley/gpio-undriven-signals
Ensure all GPIO signals are tied off
This commit is contained in:
@@ -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
|
||||
|
||||
Submodule generators/rocket-chip-blocks updated: 340b78158c...f9263535be
Reference in New Issue
Block a user