Altera_Forum
Honored Contributor
17 years agostd_logic_vector
Just want to ask a very simple question but it troubled me alot,
let say i have to input a and b with the format of std_logic_vector(7 downto 0) and output c with the format of std_logic_vector(15 downto 0) and let say i have c < = a + b how do i resize the input so that the result is will be compatible with the output c ??