Forum Discussion
Altera_Forum
Honored Contributor
15 years agoIt's synthesizable, because it's simply evaluates to an XOR of all bits of A, but it can be simplified to
oddparity =^ A; // reduction XOR operatorIt's synthesizable, because it's simply evaluates to an XOR of all bits of A, but it can be simplified to
oddparity =^ A; // reduction XOR operator