I'm trying to implement a 8bit adder with a,b :input (7:0).
c<= ('0'&a)+('0'&b) to include the carry out, but when i synthesize it appears a message including a 8bit carry out.
My design has a lot of this procedure, so i need to eliminate this carry out. ¿Is there a function who makes the sum...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.