Forum Discussion
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- I can't see the priority encoder point for the present code. As long as the IF conditions are mutually exclusive (of course they are!) there's no difference between the IF THEN ELSE chain and a case construct. Both can be expected to end up in the same gate level netlist. The actual effort depends however on the chosen state encoding. --- Quote End --- I think you are correct. I have in the past tried to convert this continuous assignment statement into a case construct and the resulting logic synthesised was very similar. No improvement in path delay could be achieved.