Manual

dfhdl.core.DFEncoding.Manual
abstract class Manual[W <: Int & Singleton](val width: W) extends DFEncoding

Attributes

Graph
Supertypes
class DFEncoding
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Keywords
  • no keywords
  • final
Inherited
  • Not inherited
  • Enum
  • Equals
  • Product

Value members

Concrete methods

final def bigIntValue: BigInt
final def calcWidth(entryCount: Int): Int
final 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

Abstract fields

Concrete fields

val width: W