std_logic_vector(0 downto 0)

The Xilinx core generator generates std_logic_vector(0 downto 0) on some parts like a BUSMUX. How do you "cast" this IO so that it can be connected to std_logic without errors?

Brad Smallridge b r a d @ a i v i s i o n . c o m

Reply to
Brad Smallridge
Loading thread data ...

Brad,

if

a : std_logic_vector(0 downto 0) ;

and

b : std_logic ;

then

b The Xilinx core generator generates std_logic_vector(0 downto 0) on some

connected

Reply to
Andrea Sabatini

connected

signal_not_vector

Reply to
Antti Lukats

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.