Forum Discussion
Altera_Forum
Honored Contributor
15 years agoI think your problem is the "#4" in this line of code:
addercs# 4 Report(.inu(ku), .ind(kd), .su(sum), .c(cy)); When instantiating a module, the '#' is used to specify module parameters. But you haven't defined any parameters (only I/Os) So, simply remove the# 4 and I imagine it will compile. Dan S.