Prev Problem
Next Problem

60. Using Task

Compute a + b (unsigned 8-bit) with:

  • carry = unsigned carry-out
  • sum = saturates to 8'hFF when carry occurs

Requirements

  • Module: sat_add8_wrap
  • Inputs: a[7:0], b[7:0]
  • Outputs: sum[7:0], carry
Need Help? Refer to the Quick Guide below