Logic and Bit Operations

Blocks that perform logic and bit operations, such as Logical Operator and Relational Operator

Blocks

Bit Clear Set specified bit of stored integer to zero (HDL Coder)
Bit Set Set specified bit of stored integer to one (HDL Coder)
Bitwise Operator Specified bitwise operation on inputs (HDL Coder)
Compare To Constant Determine how signal compares to specified constant (HDL Coder)
Compare To Zero Determine how signal compares to zero (HDL Coder)
Extract Bits Output selection of contiguous bits from input signal (HDL Coder)
Logical Operator Perform specified logical operation on input (HDL Coder)
Relational Operator Perform specified relational operation on inputs (HDL Coder)
Shift Arithmetic Shift bits or binary point of signal (HDL Coder)
Was this topic helpful?