UserSpecified

chisel3.util.SparseVec.DefaultValueBehavior.UserSpecified
case class UserSpecified(value: UInt) extends Type

Return a user-specified value.

Attributes

Source
SparseVec.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Type
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

final override def getValue(lookupType: Type): Data

Attributes

Definition Classes
Source
SparseVec.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product