BlackBoxInlineAnno

firrtl.transforms.BlackBoxInlineAnno
case class BlackBoxInlineAnno(target: ModuleName, name: String, text: String) extends BlackBoxHelperAnno, SingleTargetAnnotation[ModuleName]

Attributes

Deprecated
[Since version Chisel 7.0.0] All APIs in package firrtl are deprecated.
Source
BlackBoxSourceHelper.scala
Graph
Supertypes
trait Serializable
trait Annotation
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Create another instance of this Annotation

Create another instance of this Annotation

Attributes

Source
BlackBoxSourceHelper.scala
override def serialize: String

Optional pretty print

Optional pretty print

Attributes

Note

rarely used

Definition Classes
Source
BlackBoxSourceHelper.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def update(renames: RenameMap): Seq[Annotation]

Update the target based on how signals are renamed

Update the target based on how signals are renamed

Attributes

Inherited from:
SingleTargetAnnotation
Source
Annotation.scala