Forum Discussion
Altera_Forum
Honored Contributor
14 years agothe problem is because there is no "/" operator for the vector_next type. try this instead:
temp(0) := ((Ra(0) + Ra(1))/2); O also assume this is just a model, because A <= temp(0 downto 0) after 20ns; is not synthesisable - the delay will be ignored when you compile.