Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
13 years ago

Making a process

Hello

A B C F(A,B,C)

0 0 0      0
0 0 1        1
0 1 0      1
0 1 1      1
1 0 0      1
1 0 1      0
1 1 0      0
1 1 1      1

With the truth table above,how can I make a process?

A,B,C need to be a vector

ABC are the in ports

F is the out port

thanks!

17 Replies