L
lomtik
Guest
Hi, I am getting the following error inside my architecture.
"EN_lower <= '1' when ((not CSN) and (ADDR(8)='0'))" gives me the
following error:
"can not have such operands in this context."
All my signals are declared.
I guess (1) I cannot use boolean expressions, so instead of (not CSN) I
would use "EN_lower <= '1' when (CSN='0').
How to fix that?
"EN_lower <= '1' when ((not CSN) and (ADDR(8)='0'))" gives me the
following error:
"can not have such operands in this context."
All my signals are declared.
I guess (1) I cannot use boolean expressions, so instead of (not CSN) I
would use "EN_lower <= '1' when (CSN='0').
How to fix that?