--------------------
-- Compiling Source File xxxxxxxxxxx/fixed_pkg_c.vhdl
Compiling Package Declaration FIXED_PKG
Compiling Package Body FIXED_PKG
-------------------
1787: return Is_X (STD_LOGIC_VECTOR (s));
^^^^
[Error] Several subprograms named IS_X exist, but no-one matches
-------------------
1792: return Is_X (STD_LOGIC_VECTOR (s));
^^^^
[Error] Several subprograms named IS_X exist, but no-one matches
-------------------
4521: presult := presult mod (2.0**(left_index+1)); -- wrap
^^^
[Error] Expression error: no corresponding "MOD" operator defined for operand types
-------------------
4576: presult := abs(arg) mod (2.0**(left_index+1)); -- wrap
^^^
[Error] Expression error: no corresponding "MOD" operator defined for operand types
-------------------
5171: return Is_X (argslv);
^^^^
[Error] Several subprograms named IS_X exist, but no-one matches
-------------------
5180: return Is_X (argslv);
^^^^
[Error] Several subprograms named IS_X exist, but no-one matches
-------------------
8394:
^
[Failure] End of compilation: error(s) in design unit BODY/FIXED_PKG