Forum Discussion
Altera_Forum
Honored Contributor
12 years agoIf I am given truth table to design in vhdl I will use case statement and expect the tool to do the rest old techniques.
e.g. A B C D E F out1 out2 out3 out4 0 0 0 0 0 0 1 0 1 1 ... case input is when "000000" => out <= "1011"; ... with a bit of concatenation