-
Notifications
You must be signed in to change notification settings - Fork 95
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
Error for string.vhdl - Value := resize(slv, Value'length); #48
Comments
Seems that it gets fixed by
|
Thanks for your feedback! Please, use the |
The needed The question is why doesn't Vivado 2016.2 find that overload. |
|
Why is it ill-defined? It makes no assumptions about signedness! See at the definition in utils, how you wrote it. It's using a fill parameter. |
Yes, and it even has implied semantics using the index direction as a hint for alignment. I would now consider this another feature hard to convey. Although I admittedly tried, |
Sounds reasonable. Usage of Where else is that function used? |
Mmhhh, the first of these uses would even be semantically correct ... |
I want to use the function
raw_format_slv_hex
from string.vhdl.Vivado 2016.2 gives an error on line 359 about the following
Error message is
How to fix ? Is it specific to Vivado ?
Brahim @ DCT :: DSI
The text was updated successfully, but these errors were encountered: