Forum Discussion
4 Replies
- Altera_Forum
Honored Contributor
Im not sure what the problem is - why cant you just have:
q <= sin1 + sin2 ? - Altera_Forum
Honored Contributor
it's giving error. It says "can't determine definition of operator ""+"" -- found 0 possible definitions
- Altera_Forum
Honored Contributor
+ isn't defined for std_logic_vector. You have signed sine table, why not using signed variables?
- Altera_Forum
Honored Contributor
Thank you very very much. I appreciate, it's done.