Package

dsptools

Permalink

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

    Permalink
  2. case class DspException(message: String) extends Exception with Product with Serializable

    Permalink
  3. class DspTester[+T <: MultiIOModule] extends PeekPokeTester[T] with VerilogTbDump

    Permalink
  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

    Permalink
  5. class DspTesterOptionsManager extends TesterOptionsManager with HasDspTesterOptions

    Permalink
  6. trait HasDspTesterOptions extends AnyRef

    Permalink
  7. trait OverflowType extends AnyRef

    Permalink

    Different overflow handling methods

  8. class ReplOptionsManager extends InterpreterOptionsManager with HasInterpreterOptions with HasChiselExecutionOptions with HasFirrtlOptions with HasReplConfig with HasTreadleOptions

    Permalink
  9. abstract class TrimType extends AnyRef

    Permalink

    Different trim methods

  10. trait VerilogTbDump extends AnyRef

    Permalink
  11. trait hasContext extends Any

    Permalink

Value Members

  1. object Driver

    Permalink
  2. object DspContext extends Serializable

    Permalink
  3. object DspTesterUtilities

    Permalink
  4. object Grow extends OverflowType with Product with Serializable

    Permalink
  5. object NoTrim extends TrimType with Product with Serializable

    Permalink
  6. object RoundDown extends TrimType with Product with Serializable

    Permalink
  7. object RoundHalfDown extends TrimType with Product with Serializable

    Permalink
  8. object RoundHalfToEven extends TrimType with Product with Serializable

    Permalink
  9. object RoundHalfToOdd extends TrimType with Product with Serializable

    Permalink
  10. object RoundHalfTowardsInfinity extends TrimType with Product with Serializable

    Permalink
  11. object RoundHalfTowardsZero extends TrimType with Product with Serializable

    Permalink
  12. object RoundHalfUp extends TrimType with Product with Serializable

    Permalink
  13. object RoundTowardsInfinity extends TrimType with Product with Serializable

    Permalink
  14. object RoundTowardsZero extends TrimType with Product with Serializable

    Permalink
  15. object RoundUp extends TrimType with Product with Serializable

    Permalink
  16. object Saturate extends OverflowType with Product with Serializable

    Permalink
  17. object Truncate extends TrimType with Product with Serializable

    Permalink
  18. object Wrap extends OverflowType with Product with Serializable

    Permalink
  19. package counters

    Permalink
  20. package examples

    Permalink
  21. package numbers

    Permalink
  22. package tester

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped