Forum Discussion
Altera_Forum
Honored Contributor
13 years agoIn no vhdl expert, but maybe use single bit values for each of the 'curstate' values so that each line becomes:
(curstate & XXX ? 7'hx : 0) |which is simple logic. Dunno if that ?: gets optimised away (easy to do).