Bitwise blocks
Left Shift
Bitwise left shift operation. Shifts all bits of the input binary number to the left by a …
Left Shift [TM]
Time-multiplexed bitwise left shift operation. Shifts all bits of the input binary number to the …
One Fill
Bit extension operation that increases bit width by padding with ones. Extends binary numbers by …
One Fill [TM]
Time-multiplexed bit extension operation that increases bit width by padding with ones. Extends …
Programmable Left Shift
Programmable bitwise left shift operation. Shifts all bits of the input binary number to the left by …
Programmable Left Shift [TM]
Time-multiplexed programmable bitwise left shift operation. Shifts all bits of the input binary …
Programmable Right Shift
Programmable bitwise right shift operation. Shifts all bits of the input binary number to the right …
Programmable Right Shift [TM]
Time-multiplexed programmable bitwise right shift operation. Shifts all bits of the input binary …
Right Shift
Bitwise logical right shift operation. Shifts all bits of the input binary number to the right by a …
Right Shift [TM]
Time-multiplexed bitwise logical right shift operation. Shifts all bits of the input binary number …
Right Shift Signed
Bitwise arithmetic right shift operation. Shifts all bits of the input binary number to the right by …
Right Shift Signed [TM]
Time-multiplexed bitwise arithmetic right shift operation. Shifts all bits of the input binary …
Sign Extend
Sign extension operation that increases bit width while preserving sign and value for two's …
Sign Extend [TM]
Time-multiplexed sign extension operation that increases bit width while preserving sign and value …
Slice
Bitwise slicing operation. Extracts a contiguous range of bits from the input binary word based on …
Slice [TM]
Time-multiplexed bitwise slicing operation. Extracts a contiguous range of bits from the input …
Wire Merge
Bit concatenation operation. Merges multiple single-bit or multi-bit input vectors into a single …
Wire Split
Bit splitting operation. Splits a single input vector into multiple single-bit output vectors, one …
Zero Fill
Bit extension operation that increases bit width by padding with zeros. Extends unsigned binary …
Zero Fill [TM]
Time-multiplexed bit extension operation that increases bit width by padding with zeros. Extends …