Forum Discussion
Altera_Forum
Honored Contributor
16 years agoSince I'm not exactly sure what you are trying to do I'll give this advice:
- Don't assign anything to an integer type (I'm not sure if all synthesis tools will behave the same .... considering I've never seen someone attempt this before)
- Don't mix case and if statements in a single always block
- Control a-j independently (separate always blocks)
- If you intended to use registers use a clock edge for the always block and use enables to control when values get registered by the flip flop