10.1.36.1 Subtractor Functionality
The following table lists the functionality description of a Subtractor.
| DataA | DataB | Sum | CoutA |
|---|---|---|---|
| m[width-1 : 0] | n[width-1 : 0] | (m - n - Cin) [width-1 : 0] | (m - n - Cin)[width] |
Note: Cin and Cout are assumed to be active high
