HasTemporalInlineLayer
chisel3.layers.HasTemporalInlineLayer
trait HasTemporalInlineLayer
Trait that adds a Temporal layer inside another layer.
This temporal layer can used to guard statements which are unsupported, expensive, or otherwise needed to be excluded from normal design verification code in certain tools or environments. E.g., this is intended to work around lack of support for certain SystemVerilog Assertions in simulators.
Attributes
- Note
-
While this is used to provide temporal sub-layers in Chisel's default layers, it is entirely reasonable for users to mix-in this trait into their own user-defined layers to provide similar, recognizable functionality.
- Source
- Layers.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
- Self type
Members list
In this article