Forum Discussion
Altera_Forum
Honored Contributor
17 years agoThe software already has a version of the math_real package in the IEEE library. You're getting the "math_real already exists" because you're trying to compile another version into the same library. Most decent synthesis tools will allow you to use real types for generics and constants but not for signals. Quartus II is no exception.