Forum Discussion

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

problem with resource sharing.......

i've a piece of hardware which does something like this: a<= b xor c; d<= e xor b xor c; f<= g xor e xor b xor c; i do all these operations in 1 clk cycle....... but synthesizer do...