Forum Discussion
Altera_Forum
Honored Contributor
15 years agoBasicaly you need:
WHEN OTHERS =>
Y <= (others => '0');
And the combinatorial loop is at least simpler :). To make it go away, clk the process.Basicaly you need:
WHEN OTHERS =>
Y <= (others => '0');
And the combinatorial loop is at least simpler :). To make it go away, clk the process.