Check1

dfhdl.internals.Check1
See theCheck1 companion object
trait Check1[Wide, Cond <: ([T <: Wide] =>> Boolean), Msg <: ([T <: Wide] =>> String)]()

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Types

type Check[T <: Wide] = Check[Wide, T, Cond, Msg, Cond[T], Msg[T], false]
type CheckNUB[T] = CheckNUB[Wide, T, Cond, Msg, false]
type Warn[T <: Wide] = Check[Wide, T, Cond, Msg, Cond[T], Msg[T], true]
type WarnNUB[T] = CheckNUB[Wide, T, Cond, Msg, true]

Value members

Concrete methods

inline def apply(arg: Wide): Unit