-
-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
missing predefined functions returns universal_real #46
Comments
it just works. |
The changes above look technically fine, but the problem is they allow things like:
Section 7.5 in the LRM is a bit awkward in that those operators apply only in universal expressions. At the moment NVC has no way of distinguishing universal operators from regular ones, so I've attempted to add this in commit b7dc9bc. There's now a function There isn't any code generation for these operators as they should always be constant-folded. |
ACK, thanks your precise correction! |
VHDL-1993 has following predefined functions returns universal_real, but they are missing ATM.
w/ proposed issueY,
then i got,
The text was updated successfully, but these errors were encountered: