DefaultValueBehavior
chisel3.util.SparseVec.DefaultValueBehavior
object DefaultValueBehavior
Attributes
- Source
- SparseVec.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
DefaultValueBehavior.type
Members list
Type members
Classlikes
case object DynamicIndexEquivalent extends Type
Return the same result as if this were a dynamic index initialized to DontCare.
Return the same result as if this were a dynamic index initialized to DontCare.
Attributes
- Source
- SparseVec.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait Typeclass Objecttrait Matchableclass AnyShow all
- Self type
case object Indeterminate extends Type
Allow Chisel and FIRRTL compilers to take advantage of undefined behavior. Any value may be returned.
Allow Chisel and FIRRTL compilers to take advantage of undefined behavior. Any value may be returned.
Attributes
- Source
- SparseVec.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait Typeclass Objecttrait Matchableclass AnyShow all
- Self type
-
Indeterminate.type
A type that specifies what the default value of a SparseVec is.
A type that specifies what the default value of a SparseVec is.
Attributes
- Source
- SparseVec.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
case class UserSpecified(value: UInt) extends Type
Return a user-specified value.
Return a user-specified value.
Attributes
- Source
- SparseVec.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Typeclass Objecttrait Matchableclass AnyShow all
In this article