p

dsptools

package dsptools

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

Package Members

  1. package counters
  2. package dspmath
  3. package examples
  4. package intervals
  5. package misc
  6. package numbers
  7. package tester

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 ChiselException with Product with Serializable
  3. class DspTester[+T <: MultiIOModule] 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, bitReduceBySigma: Double = 0.0, bitReduceMaxPasses: Int = 1, bitReduceFudgeConstant: Int = 0) 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. case object Grow extends OverflowType with Product with Serializable
  5. case object NoTrim extends TrimType with Product with Serializable
  6. case object RoundDown extends TrimType with Product with Serializable
  7. case object RoundHalfDown extends TrimType with Product with Serializable
  8. case object RoundHalfToEven extends TrimType with Product with Serializable
  9. case object RoundHalfToOdd extends TrimType with Product with Serializable
  10. case object RoundHalfTowardsInfinity extends TrimType with Product with Serializable
  11. case object RoundHalfTowardsZero extends TrimType with Product with Serializable
  12. case object RoundHalfUp extends TrimType with Product with Serializable
  13. case object RoundTowardsInfinity extends TrimType with Product with Serializable
  14. case object RoundTowardsZero extends TrimType with Product with Serializable
  15. case object RoundUp extends TrimType with Product with Serializable
  16. case object Saturate extends OverflowType with Product with Serializable
  17. case object Truncate extends TrimType with Product with Serializable
  18. case object Wrap extends OverflowType with Product with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped