0% found this document useful (0 votes)
71 views1 page

Usage of Numeric STD

Uploaded by

karthik_535
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
71 views1 page

Usage of Numeric STD

Uploaded by

karthik_535
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

library IEEE; use IEEE.STD_LOGIC_1164.all; use IEEE.NUMERIC_STD.

all;

Zahlen
U unsigned
to_integer(U)

Vektoren

std_logic_vector(U)

to_unsigned(I,Ulength)

unsigned(V)

I integer

V std_logic_vector

to_signed(I,Slength)

signed(V)

to_integer(S)

std_logic_vector(S)

S signed

Konvertierung

CAST
Lothar Miller

You might also like