Disable

chisel3.Disable
See theDisable companion object
class Disable

API for handling disabling of simulation constructs

Disables may be non-synthesizable so they can only be used for disabling simulation constructs

The default disable is the "hasBeenReset" of the currently in scope reset. It can be set by the user via the withDisable API

Users can access the current Disable with Module.disable

Attributes

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

Members list

Grouped members

Bitwise

def unary_!(using SourceInfo): Disable

Logical not

Logical not

Attributes

Returns

invert the logical value of this Disable

Inherited from:
DisableIntf (hidden)
Source
DisableIntf.scala