AHDL

Example of Sign-Extending a Group for a Carry-Out Signal



In the following example, the groups count[7..0] and delta[7..0] are sign-extended with zeros to provide information to the cout carry-out signal:

(cout, answer[7..0]) = (0, count[7..0]) + (0, delta[7..0])

- Altera -

 

Created by chm2web html help conversion utility.