Forum Discussion
Altera_Forum
Honored Contributor
10 years ago --- Quote Start --- You cannot do arithmatic on the std_ logic vector type. You need to include the numeric std library and use the unsigned and signed types. You should probably declare your arrays using then to. --- Quote End --- Thanks! that did the trick.