Forum Discussion
Altera_Forum
Honored Contributor
17 years agoModelSIm error messages also tell you which instruction causes the error. Please provide complete information!
I guess the error is in component instantiation. Unfortunately, you're using positional association, which is easily causing confusion. I suggest to use named assosiation instead. I fear, there are more errors with port maps in your code. Simply consider, that each port expression must have the same type as the respective port.