p

dsptools

package dsptools

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. dsptools
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class DspContext(overflowType: OverflowType = DspContext.defaultOverflowType, trimType: TrimType = DspContext.defaultTrimType, binaryPoint: Option[Int] = DspContext.defaultBinaryPoint, numBits: Option[Int] = DspContext.defaultNumBits, complexUse4Muls: Boolean = DspContext.defaultComplexUse4Muls, numMulPipes: Int = DspContext.defaultNumMulPipes, numAddPipes: Int = DspContext.defaultNumAddPipes, binaryPointGrowth: Int = DspContext.defaultBinaryPointGrowth) extends Product with Serializable
  2. case class DspException(message: String) extends Exception with Product with Serializable
  3. class DspTester[T <: Module] extends PeekPokeTester[T] with VerilogTbDump
  4. case class DspTesterOptions(isVerbose: Boolean = true, fixTolLSBs: Int = 0, realTolDecPts: Int = 8, genVerilogTb: Boolean = false, clkMul: Int = 1, tbTimeUnitPs: Int = 100, tbTimePrecisionPs: Int = 10, inOutDelay: Double = 0.5, initClkPeriods: Int = 5) extends ComposableOptions with Product with Serializable
  5. class DspTesterOptionsManager extends TesterOptionsManager with HasDspTesterOptions
  6. trait HasDspTesterOptions extends AnyRef
  7. trait OverflowType extends AnyRef

    Different overflow handling methods

  8. class ReplOptionsManager extends InterpreterOptionsManager with HasInterpreterOptions with HasChiselExecutionOptions with HasFirrtlOptions with HasReplConfig with HasTreadleOptions
  9. abstract class TrimType extends AnyRef

    Different trim methods

  10. trait VerilogTbDump extends AnyRef
  11. trait hasContext extends Any

Value Members

  1. object Driver
  2. object DspContext extends Serializable
  3. object DspTesterUtilities
  4. object Floor extends TrimType with Product with Serializable
  5. object Grow extends OverflowType with Product with Serializable
  6. object NoTrim extends TrimType with Product with Serializable
  7. object RoundHalfUp extends TrimType with Product with Serializable
  8. object Saturate extends OverflowType with Product with Serializable
  9. object Truncate extends TrimType with Product with Serializable
  10. object Wrap extends OverflowType with Product with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped