A
ALuPin
Guest
Hi,
I have the following problem, maybe I am to blind to see
the solution )
signal declaration:
signal li3_q : std_logic_vector(0 downto 0);
The signal was created that way when instantiating a RAM component.
How can I do an if-then-else?
if li3_q='1' then
...
else
....
end if;
The compiler (Altera QuartusII) says:
"Error: VHDL error at ... : can't determine definition of operator "="
-- found 0 possible definitions"
Would be thankful for any explanation.
Kind regards
Andrés V.
I have the following problem, maybe I am to blind to see
the solution )
signal declaration:
signal li3_q : std_logic_vector(0 downto 0);
The signal was created that way when instantiating a RAM component.
How can I do an if-then-else?
if li3_q='1' then
...
else
....
end if;
The compiler (Altera QuartusII) says:
"Error: VHDL error at ... : can't determine definition of operator "="
-- found 0 possible definitions"
Would be thankful for any explanation.
Kind regards
Andrés V.