iocell won't run without this syntax
IntelliJ flags this as error, even though it compiles and runs
This commit is contained in:
@@ -148,7 +148,7 @@ object IOCell {
|
||||
padSignal: T,
|
||||
name: Option[String] = None,
|
||||
typeParams: IOCellTypeParams = GenericIOCellParams(),
|
||||
concretizeResetFn: (Reset) => R = toSyncReset _
|
||||
concretizeResetFn: (Reset) => R = toSyncReset
|
||||
): Seq[IOCell] = {
|
||||
def genCell[T <: Data](
|
||||
castToBool: (T) => Bool,
|
||||
|
||||
Reference in New Issue
Block a user