Enum

chisel3.util.Enum
See theEnum companion trait
object Enum extends Enum

Attributes

Companion
trait
Source
Enum.scala
Graph
Supertypes
trait Enum
class Object
trait Matchable
class Any
Self type
Enum.type

Members list

Value members

Inherited methods

def apply(n: Int): List[UInt]

Returns n unique UInt values

Returns n unique UInt values

Value parameters

n

Number of unique UInt constants to enumerate

Attributes

Returns

Enumerated constants

Inherited from:
Enum
Source
Enum.scala