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 <: Int] = Check[Int, T, [t <: Int] =>> t > 1, [t <: Int] =>> "Signed value width must be larger than 1, but found: " + t, [t <: Int] =>> t > 1[T], [t <: Int] =>> "Signed value width must be larger than 1, but found: " + t[T], false]

Attributes

Inherited from:
Check1
type CheckNUB[T] = CheckNUB[Int, T, [t <: Int] =>> t > 1, [t <: Int] =>> "Signed value width must be larger than 1, but found: " + t, false]

Attributes

Inherited from:
Check1
type Warn[T <: Int] = Check[Int, T, [t <: Int] =>> t > 1, [t <: Int] =>> "Signed value width must be larger than 1, but found: " + t, [t <: Int] =>> t > 1[T], [t <: Int] =>> "Signed value width must be larger than 1, but found: " + t[T], true]

Attributes

Inherited from:
Check1
type WarnNUB[T] = CheckNUB[Int, T, [t <: Int] =>> t > 1, [t <: Int] =>> "Signed value width must be larger than 1, but found: " + t, true]

Attributes

Inherited from:
Check1

Value members

Inherited methods

inline def apply(arg: Int): Unit

Attributes

Inherited from:
Check1