Attributes
- Companion
- class
- Source
- Module.scala
- Graph
-
- Supertypes
- Self type
-
Module.type
Members list
Type members
Classlikes
Allowed values for the types of Module.reset
Allowed values for the types of Module.reset
Attributes
- Source
- Module.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ResetType.type
Value members
Concrete methods
Returns the implicit Clock
Returns the implicit Clock, if it is defined
Returns the current Module
Returns the current nested module prefix
Returns the implicit Disable
Returns the implicit Disable
Note that Disable is a function of the implicit clock and reset so having no implicit clock or reset may imply no Disable.
Attributes
- Source
- Module.scala
Returns the current implicit Disable, if one is defined
Returns the current implicit Disable, if one is defined
Note that Disable is a function of the implicit clock and reset so having no implicit clock or reset may imply no Disable.
Attributes
- Source
- Module.scala
Returns the implicit Reset
Returns the implicit Reset, if it is defined
Inherited methods
A wrapper method that all Module instantiations must be wrapped in (necessary to help Chisel track internal state).
A wrapper method that all Module instantiations must be wrapped in (necessary to help Chisel track internal state).
Value parameters
- bc
-
the Module being created
Attributes
- Returns
-
the input module
mwith Chisel metadata properly set - Inherited from:
- Module$Intf (hidden)
- Source
- ModuleIntf.scala