DFEncoding

dfhdl.core.DFEncoding
See theDFEncoding companion object
sealed abstract class DFEncoding extends Enum

Attributes

Companion
object
Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
trait Auto
class Grey
class OneHot
class StartAt[V]
class Default
class Manual[W]
Show all

Members list

Value members

Abstract methods

def bigIntValue: BigInt
def calcWidth(entryCount: Int): Int
def encode(idx: Int): BigInt

Inherited methods

def productElementName(n: Int): String

Attributes

Inherited from:
Product
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def productPrefix: String

Attributes

Inherited from:
Product

Inherited and Abstract methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals
def ordinal: Int

A number uniquely identifying a case of an enum

A number uniquely identifying a case of an enum

Attributes

Inherited from:
Enum
def productArity: Int

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product