format IOCell.scala

This commit is contained in:
Kevin Anderson
2023-03-18 13:09:38 -07:00
parent cc4f841937
commit 96155c845c

View File

@@ -124,8 +124,6 @@ case class GenericIOCellParams() extends IOCellTypeParams {
def output() = Module(new GenericDigitalOutIOCell) def output() = Module(new GenericDigitalOutIOCell)
} }
object IOCell { object IOCell {
/** From within a RawModule or MultiIOModule context, generate new module IOs from a given /** From within a RawModule or MultiIOModule context, generate new module IOs from a given