Package

firrtl

transforms

Permalink

package transforms

Content Hierarchy Learn more about scaladoc diagrams
Visibility
  1. Public
  2. All

Type Members

  1. case class BlackBoxInline(name: String, text: String) extends BlackBoxSource with Product with Serializable

    Permalink
  2. case class BlackBoxResource(resourceId: String) extends BlackBoxSource with Product with Serializable

    Permalink
  3. trait BlackBoxSource extends AnyRef

    Permalink
  4. class BlackBoxSourceHelper extends Transform

    Permalink

    This transform handles the moving of verilator source for black boxes into the target directory so that it can be accessed by verilator or other backend compilers While parsing it's annotations it looks for a BlackBoxTargetDir annotation that will set the directory where the verilog will be written.

    This transform handles the moving of verilator source for black boxes into the target directory so that it can be accessed by verilator or other backend compilers While parsing it's annotations it looks for a BlackBoxTargetDir annotation that will set the directory where the verilog will be written. This annotation is typically be set by the execution harness, or directly in the tests

  5. case class BlackBoxTargetDir(targetDir: String) extends BlackBoxSource with Product with Serializable

    Permalink
  6. class DedupModules extends Transform

    Permalink

Value Members

  1. object BlackBoxSource

    Permalink
  2. object BlackBoxSourceAnnotation

    Permalink
  3. object BlackBoxSourceHelper

    Permalink
  4. object NoDedupAnnotation

    Permalink

    A component, e.g.

    A component, e.g. register etc. Must be declared only once under the TopAnnotation

Ungrouped