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 Objecttrait Matchableclass Any
Members list
In this article