mo.khairy.mo
Member level 2
hi all
when i write this VHDL code
i found this error
could anyone help me to fix this error
thanks in advance
when i write this VHDL code
Code:
if ((a = 0) | (b = 0)) then
c <= (others=>'0');
end if;
i found this error
Code:
Syntax error near "|"
could anyone help me to fix this error
thanks in advance