wordwise logic functions
Circuit Description
A demonstration of three word-based logic operations,
namely components hades.models.rtlib.logic.And, Or, and Xor.
These components take a multiple-bit value as their input
and calculate the corresponding logic operations of all the input bits.
For example, the And operator generates a logic 1 on its output
when all input bits of the input vector all 1.
For example, the And operator generates a logic 1 on its output
when all input bits of the input vector all 1.
|