ADM-XRC SDK 2.8.1 User Guide (Linux)
© Copyright 2001-2009 Alpha Data


PLXSIM VHDL reference - conv_std_logic_vector

Declaration

Synopsis

Description

Declaration
function conv_std_logic_vector(
    constant bv : in byte_vector_t)
return std_logic_vector;
Synopsis

Converts a byte_vector_t (vector of bytes) to a std_logic_vector.

Description

The bv parameter whose length is n is converted to a std_logic_vector with a range (n*8-1 downto 0), where each 8-element slice of the result is obtained from the corresponding element of bv. The slice (7 downto 0) of the result is obtained from bv(0).

 


 Top of page