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. 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 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

Inherited from AnyRef

Inherited from Any

Ungrouped