Forum Discussion
Altera_Forum
Honored Contributor
18 years agoThat works fine for me - but what if it needs clock enable ? putting 'if (en) begin .. end' around the contents of the 'always' will give the correct behaviour (i.e. en=0 supresses writes, and prevents address change for read).
However, when I do that it turns into a bunch of flops.