Altera_Forum
Honored Contributor
14 years agocorrect writing style
Hi, What is the correct writing style: "if (a='1' and b='0' and…… z='1') then idan<='1'; or : "if (a& b&C&…..Z)= x"8038" then idan<='1'; ? What will require less logic elements? Idan :)