Forum Discussion
Altera_Forum
Honored Contributor
13 years agovhdl don't care problem
Hello. I am making priority encoder in vhdl and I want to use process, case statement and don't care statement. This is my code and compile is done very well. but in model_sim, the output is alw...
Altera_Forum
Honored Contributor
13 years agoRewrite it with,
if elsif elsif ... ... else Statements. Drop the don't cares. Think about this, What is if (input1 = '-') then ... is it true or false?