10.1.23.1 Incrementer/Decrementer Functionality
The following table lists the functionality description of an Incrementer/Decrementer.
| DataA | Incdec | Sum | Cout |
|---|---|---|---|
| m | 1 | m + 1 | (m + 1) less than or equal to 2width |
| m | 0 | m - 1 | (m - 1) < 0 |
The following table lists the functionality description of an Incrementer/Decrementer.
| DataA | Incdec | Sum | Cout |
|---|---|---|---|
| m | 1 | m + 1 | (m + 1) less than or equal to 2width |
| m | 0 | m - 1 | (m - 1) < 0 |
Rev: A