numeric_std_unsigned
Does Sigasi support ieee.numeric_std_unsigned package? It is showing an error in my Eclipse / Sigasi project "could not find declaration".
- Forums:
Does Sigasi support ieee.numeric_std_unsigned package? It is showing an error in my Eclipse / Sigasi project "could not find declaration".
Perhaps you wanted to use
Perhaps you wanted to use
ieee.numeric_std.all(good library) orieee.std_logic_unsigned.all(not really a standard library)?If you need the (VHDL 2008) package numeric_std_unsigned, you can just add the file it to your project, and map it to the IEEE library. right-click > Library Mapping > IEEE
Please note that VHDL-2008 is not supported in Sigasi 2.x. It will be soon, though.
VHDL-2008
The
ieee.numeric_std_unsignedpackage was added in VHDL-2008.VHDL-2008 is not supported in Sigasi 2.0 yet.
You could try to add this library to your project yourself (if it does not contain new VHDL-2008 constructs) or you can download Sigasi 1.0 for the time being.
Kind regards,
Hendrik
Post new comment