Forum Discussion
cinsu1
New Contributor
7 years agoHey..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...
Vicky1
Regular Contributor
7 years agoHi,
Could you please provide a bit more information?
If you are trying to make the above provided code generic then refer the link below & try at your end & let us know, if you have any different/specific concern,
https://www.ics.uci.edu/~jmoorkan/vhdlref/generics.html
Regards,
Vikas