SourceRootAnnotation

chisel3.stage.SourceRootAnnotation
See theSourceRootAnnotation companion object
case class SourceRootAnnotation(directory: File) extends NoTargetAnnotation, Unserializable, ChiselOption

A root directory for source files, used for enhanced error reporting

More than one may be provided. If a source file is found in more than one source root, the first match will be used in error reporting.

Attributes

Companion
object
Source
ChiselAnnotations.scala
Graph
Supertypes
trait Serializable
trait ChiselOption
trait Annotation
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def serialize: String

Optional pretty print

Optional pretty print

Attributes

Note

rarely used

Inherited from:
Annotation
Source
Annotation.scala
def update(renames: RenameMap): Seq[NoTargetAnnotation]

Update the target based on how signals are renamed

Update the target based on how signals are renamed

Attributes

Inherited from:
NoTargetAnnotation
Source
Annotation.scala