LayerControl
chisel3.simulator.LayerControl
object LayerControl
Utilities for enabling and disabling Chisel layers
Attributes
- Source
- LayerControl.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
LayerControl.type
Members list
Type members
Classlikes
Disables only the specified layers.
Disables only the specified layers.
Attributes
- Source
- LayerControl.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Typeclass Objecttrait Matchableclass AnyShow all
Enable only the specified layers
Enable only the specified layers
Nested layers should use a . as a delimiter.
Value parameters
- layers
-
a variadic list of layer names
Attributes
- Source
- LayerControl.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Typeclass Objecttrait Matchableclass AnyShow all
Enable all layers
Enable all layers
Attributes
- Source
- LayerControl.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait Typeclass Objecttrait Matchableclass AnyShow all
- Self type
-
EnableAll.type
The type of all layer control variations
The type of all layer control variations
Attributes
- Source
- LayerControl.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Value members
Concrete fields
Disables all layers. This is the same as Enable().
In this article