SignedWidth

dfhdl.core.Arg$.SignedWidth$
object SignedWidth extends Check1[Int, [t <: Int] =>> t > 1, [t <: Int] =>> "Signed value width must be larger than 1, but found: " + t]

Attributes

Graph
Supertypes
trait Check1[Int, [t <: Int] =>> t > 1, [t <: Int] =>> "Signed value width must be larger than 1, but found: " + t]
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited types

type Check[T <: Wide] = Check[Wide, T, Cond, Msg, Cond[T], Msg[T], false]

Attributes

Inherited from:
Check1
type Warn[T <: Wide] = Check[Wide, T, Cond, Msg, Cond[T], Msg[T], true]

Attributes

Inherited from:
Check1

Value members

Inherited methods

inline def apply(arg: Int): Unit

Attributes

Inherited from:
Check1