ID: N-003
Proposed by: Jim Lewis, Jim@SynthWorks.com 10/04/2002
Analyzed by:
Resolved:
Summary:
Add the following strength reduction and 'X' detection
functions to NUMERIC_STD (and similarly NUMERIC_BIT).
Detail:
FUNCTION To_X01 ( s : UNSIGNED ) RETURN UNSIGNED;
FUNCTION To_X01 ( s : SIGNED ) RETURN SIGNED;
FUNCTION To_X01Z ( s : UNSIGNED ) RETURN UNSIGNED;
FUNCTION To_X01Z ( s : SIGNED ) RETURN SIGNED;
FUNCTION To_UX01 ( s : UNSIGNED ) RETURN UNSIGNED;
FUNCTION To_UX01 ( s : SIGNED ) RETURN SIGNED;
FUNCTION Is_X ( s : UNSIGNED ) RETURN BOOLEAN;
FUNCTION Is_X ( s : SIGNED ) RETURN BOOLEAN;
Analysis:
[To be performed by the Working Group]
E-mail discussion
Resolution:
[To be determined by the Working Group]
Back to the numeric package proposals
Please send feedback to David Bishop
dbishop@vhdl.org