K
Klaus Sandner
Guest
I have to transform a string given in
Askiformat for example --- > " 3dies ist ein String"
in Hexformat result ----> X'2a30.......'
when in hexformat I have the possibility
to make an assignment of the form
-------------------------------------------------
result <= std_logic_vector(1 to stringlength*8);
--------------------------------------------------
for the tranformation I want use the library funktions.
Has somebody a solution with the library?
klaus
Askiformat for example --- > " 3dies ist ein String"
in Hexformat result ----> X'2a30.......'
when in hexformat I have the possibility
to make an assignment of the form
-------------------------------------------------
result <= std_logic_vector(1 to stringlength*8);
--------------------------------------------------
for the tranformation I want use the library funktions.
Has somebody a solution with the library?
klaus