outputDir

circt.outputDir
object outputDir

Utilities for specifying the output directory for a public module.

Attributes

Example
class Inner extends Module with Public {
 val io = IO(new Bundle{})
}
class Top extends Module {
 val inner = outputDir(Module(new Inner), "foo")
}
Source
OutputDirAnnotation.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
outputDir.type

Members list

Value members

Concrete methods

def apply[T <: BaseModule](data: T, dirname: String): T

Attributes

Source
OutputDirAnnotation.scala