Forum Discussion
Altera_Forum
Honored Contributor
10 years agoy need to be a std_logic, not a std_logic_vector.
?= returns a single bit. If it has to be a vector, maybe try: y(0) <= a ?= b;y need to be a std_logic, not a std_logic_vector.
?= returns a single bit. If it has to be a vector, maybe try: y(0) <= a ?= b;