F
Fabian
Guest
Hello,
i'm a vhdl-beginner, and a currently have no access to a working
vhdl-environment. i don't understand the order of vectorelements:
signal FooTo: std_logic_vector(0 to 1) = "01"; -- decimal value 2
signal FooDownTo: std_logic_vector (1 downto 0) = "10"; -- decimal
value 2
what is the value of FooTo(1) and of FooDownTo(1) respectvely?
FooTo(1) = ....
FooDownTo(1) = ....
Thanks for your help!
Fabian
i'm a vhdl-beginner, and a currently have no access to a working
vhdl-environment. i don't understand the order of vectorelements:
signal FooTo: std_logic_vector(0 to 1) = "01"; -- decimal value 2
signal FooDownTo: std_logic_vector (1 downto 0) = "10"; -- decimal
value 2
what is the value of FooTo(1) and of FooDownTo(1) respectvely?
FooTo(1) = ....
FooDownTo(1) = ....
Thanks for your help!
Fabian