Forum Discussion

cinsu1's avatar
cinsu1
Icon for New Contributor rankNew Contributor
6 years ago

Hey..bro i want change this code to prcess code. Use generic code as you can. plz help me :)

library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_unsigned.ALL; use IEEE.STD_LOGIC_arith.ALL; entity signed_add is port(a,b: in std_logic_vector(7 downto 0); sum: out std_logic_ve...