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 Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(text: String): Unit

Leave a comment in the generated FIRRTL.

Leave a comment in the generated FIRRTL.

Value parameters

text

The text of the comment

Attributes

Source
FirrtlComment.scala