Package

dsptools

Permalink

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

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

    Permalink
  3. class DspTester[T <: Module] 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 Floor extends TrimType with Product with Serializable

    Permalink
  5. object Grow extends OverflowType with Product with Serializable

    Permalink
  6. object NoTrim extends TrimType with Product with Serializable

    Permalink
  7. object RoundHalfUp extends TrimType with Product with Serializable

    Permalink
  8. object Saturate extends OverflowType with Product with Serializable

    Permalink
  9. object Truncate extends TrimType with Product with Serializable

    Permalink
  10. object Wrap extends OverflowType with Product with Serializable

    Permalink
  11. package counters

    Permalink
  12. package examples

    Permalink
  13. package numbers

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped