Disable

chisel3.Disable
See theDisable companion class
object Disable

Attributes

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

Members list

Type members

Classlikes

case object BeforeReset extends Type

Disable before reset has been seen

Disable before reset has been seen

Disable until reset has been asserted and then deasserted. Also requires

Attributes

Source
Disable.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Type
class Object
trait Matchable
class Any
Show all
Self type
case object Never extends Type

Never disable

Never disable

The simulation construct will always be executing.

Attributes

Source
Disable.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Type
class Object
trait Matchable
class Any
Show all
Self type
Never.type
sealed trait Type

Attributes

Source
Disable.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object BeforeReset
object Never