firrtlComment
chisel3.experimental.firrtlComment
object firrtlComment
Use to leave a comment in the generated FIRRTL.
These can be useful for debugging complex generators. Note that these are comments and thus are ignored by the FIRRTL compiler.
Attributes
- Example
-
firrtlComment("This is a comment") val w = Wire(Bool()) firrtlComment("This is another comment") - Source
- FirrtlComment.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
firrtlComment.type
Members list
In this article