ColumnCompressor class

A column compressor

Constructors

ColumnCompressor(PartialProductArray pp, {Logic? clk, Logic? reset, Logic? enable})
Initialize a ColumnCompressor for a set of partial products

Properties

clk Logic?
The clk for the pipelined version of column compression.
getter/setter pair
columns List<ColumnQueue>
Columns of partial product CompressTerms
latefinal
enable Logic?
Optional enable for configurable pipestage.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
pp PartialProductArray
The partial product array to be compressed
final
reset Logic?
Optional reset for configurable pipestage
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

compress() → void
Compress the partial products array to two addends
extractRow(int row) Logic
Convert a row to a Logic bitvector
longestColumn() int
Return the longest column length
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited