Forum Discussion
Altera_Forum
Honored Contributor
15 years agoThe problem with schematics is that you wont be able to simulate them from Quartus 10+.
But why dont you just use constants to reference the colours to make it as readable as you had before?
constant GREEN : std_logic_vector := "001";
if color = GREEN then
.....