Compare two 8-bit values two ways: as unsigned bytes and as signed two’s-complement numbers.
Requirements
- Module name:
signed_thresh - Inputs:
- Outputs:
gt_unsigned — 1 if sample > thresh using unsigned comparison, else 0gt_signed — 1 if sample > thresh using signed comparison, else 0