Forum Discussion

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

How to add 'enable' to combinational logic

I need a module to calculate the following: d=((a xor b) xor c) Each variable is 32 bits in size. Also along with this I need signals like valid_in, valid_out and enable(en) for the module....