alexz
Full Member level 5

vhdl alias
is it possible to use an alias declared from a variable?
variable myvar : std_logic_vector(8 downto 0);
alias mybit : std_logic is myvar (5) ;
is it possible to use an alias declared from a variable?
variable myvar : std_logic_vector(8 downto 0);
alias mybit : std_logic is myvar (5) ;