When I am trying to compile my code it has an error in the following part:
overflow <= input_a(15) + input_b(15);
I had declared the input_a and input_b as 15 bit vectors and the libraries that I am using are :
library ieee;
use ieee.std_logic_1164.all;
So the error is :
Error (10327): VHDL error at alu16.vhd(45): can't determine definition of operator ""+"" -- found 0 possible definitions
Thanks in advance