Replaced hash-based 8-, 16- and 24-bit circular shifts (rotations) with the PHV ALU-based ones. As a result the hash unit usage has been significantly reduced, freeing them for other tasks.
Replaced explicit Hash() extern instantiations and usage with @in_hash annotation (available in SDE-9.6.0 and later) to make the code more readable.
Hash()
extern instantiations and usage with@in_hash
annotation (available in SDE-9.6.0 and later) to make the code more readable.