Forum Discussion

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

FPGA Beginner Question

Hi all, I want to deploy an error correction code on the FPGA, and I have to do a simple trick to set the parity equal to 1 in the beginning. Original code: assign nxt_parity=cur_parity; ...