p

treadle

utils

package utils

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class AugmentPrintf extends Transform with DependencyAPIMigration

    Printf statements that print registers will show wrong values unless this pass adds a delay for each register

  2. case class BitMasksBigs(bitWidth: Int) extends Product with Serializable
  3. case class BitMasksInts(bitWidth: Int) extends Product with Serializable
  4. case class BitMasksLongs(bitWidth: Int) extends Product with Serializable
  5. case class CoverageAndColor(coverageString: String, color: String) extends Product with Serializable
  6. class CoveragePrettyPrinter extends Stage

    A Prototype rendering program to add coverage information to the printout of a firrtl file that contains coverage statements and that has been run through treadle

    A Prototype rendering program to add coverage information to the printout of a firrtl file that contains coverage statements and that has been run through treadle

    TODO: Possibly try to do this with firrtl transforms instead of text based processing TODO: May need to also match on coverage message

  7. trait CoveragePrettyPrinterCli extends AnyRef
  8. case class CoveragePrettyPrinterDataName(name: String) extends NoTargetAnnotation with CoveragePrettyPrinterOption with Product with Serializable
  9. sealed trait CoveragePrettyPrinterOption extends Unserializable
  10. case class CoveragePrettyPrinterSourceName(name: String) extends NoTargetAnnotation with CoveragePrettyPrinterOption with Product with Serializable
  11. class NameBasedRandomNumberGenerator extends AnyRef
  12. class VcdRunner extends AnyRef

    Executes a vcd file as a script against a TreadleTester instance.

Value Members

  1. object BitMasks
  2. object BitUtils
  3. object CoveragePrettyPrinterDataName extends HasShellOptions with Serializable
  4. object CoveragePrettyPrinterMain extends StageMain

    This is the primary entry point for running the Treadle Repl

  5. object CoveragePrettyPrinterSourceName extends HasShellOptions with Serializable
  6. object FindModule
  7. object NoColors extends HasShellOptions with NoTargetAnnotation with CoveragePrettyPrinterOption with Product with Serializable
  8. object NumberHelpers
  9. object PrintLineNumbers extends HasShellOptions with NoTargetAnnotation with CoveragePrettyPrinterOption with Product with Serializable
  10. object Render

Ungrouped