Package: strings

Description

use PoC.FileIO.all;

Constants

Name Type Value Description
C_POC_NUL character ite((SYNTHESIS_TOOL /= SYNTHESIS_TOOL_ALTERA_QUARTUS2),
NUL,
'`');
-- Type declarations -- =========================================================================== subtype T_RAWCHAR is std_logic_vector(7 downto 0)

Types

Name Type Description
T_RAWSTRING array (natural range <>) of T_RAWCHAR

Functions

Description
testing area:
===========================================================================

Description
to_char

Description
chr_is* function

Description
raw_format_* functions

Description
str_format_* functions

Description
to_string

Description
to_slv

Description
to_digit*

Description
to_natural*

Description
to_raw*

Description
resize

Description
function resize(rawstr : T_RAWSTRING; size : POSITIVE; FillChar : T_RAWCHAR := x"00") return T_RAWSTRING;
Character functions

Description
String functions