RadixEncoder class
Base interface for radix radixEncoder
Constructors
- RadixEncoder(int radix)
- Constructor for setting up a radix encoding block
Properties
Methods
-
encode(
Logic multiplierSlice) → RadixEncode - Encode a multiplier slice into the Booth encoded value
-
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