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 Objecttrait Matchableclass Any
- Self type
-
outputDir.type
Members list
In this article