hey guys , i have this code and i am compiling it without errors but when i want to do analysis and synthesis i get error that operator "=" is not determinated https://pastebin.com/9zusrm1K
I am not 100% sure but if I remember correctly "" (double quotes) is for std_logic_vector and your signal is a std_logic. Try with:. operation = '1' (single quotes)
I am not 100% sure but if I remember correctly "" (double quotes) is for std_logic_vector and your signal is a std_logic. Try with:. operation = '1' (single quotes)
it has double quotes at the documentation but i will try