Forum Discussion
Altera_Forum
Honored Contributor
13 years agoDid you try to compile it? If this is part of a process it will fail because you can't instantiate a component inside a process. And even if you could, the multiple tx_data <= *** lines would be ignored and only the last one would be synthesized, giving CheckSumResult.
If it is outside a process then the compile will fail because you are trying to assign multiple values to tx_data.