Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
14 years ago

error: can't defined "/" operator

Hello everyone, Here is my code where I want to add two values of a vector. For example, I have a vector (3,4) and I want to do like this; (3+4)/2; Package my_data_types is Type vec...