vampirebat83
Technical User
i have two 8 bit std_logic_vector inputs and one 16 bit std_logic_vector output
eg.
aluout <= data/accum;
this statement is within a case statement and i know that it is not syntesizable and i met with an error called operator arugement mismatch.. so i tried using a function call to just perform this division operation but the error is still there.. i am at wits end as i am only a beginner to VHDL.. so please help.. thanks
eg.
aluout <= data/accum;
this statement is within a case statement and i know that it is not syntesizable and i met with an error called operator arugement mismatch.. so i tried using a function call to just perform this division operation but the error is still there.. i am at wits end as i am only a beginner to VHDL.. so please help.. thanks