o

vexiiriscv.misc

AdderAggregator

object AdderAggregator

Facility to add together a large number of values in a optimized / staged manner Able to cut / concat sources to build multiple adders

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

Type Members

  1. case class Adder(offset: Int, width: Int, lanes: Seq[Lane]) extends Product with Serializable
  2. case class Lane(from: Seq[LaneSource]) extends Product with Serializable
  3. case class LaneSource(s: Source) extends Product with Serializable
  4. case class Source(offset: Int, localMax: BigInt) extends OverridedEqualsHashCode with Product with Serializable

Value Members

  1. def Source(s: Splits, signedWidth: Int): Source
  2. def apply(splits: Seq[Source], widthMax: Int, lanesMax: Int, untilOffset: Int = Integer.MAX_VALUE): Seq[Adder]
  3. def main(args: Array[String]): Unit