M
Mohammed khader
Guest
Hi all,
1) Why it is not possible to concatenate two bits to make a vector in
the following example.
signal s1,s2 :bit;
case (s1 & s2 ) is
WHEN "00" => ...
end case;
2) What is the advantage in having two operators(mod and rem ) which
seems almost similar.Is there any good reason(application) where they
have specific meaning.
Thanks in advance.
Regards,
Mohammed A.khader.
1) Why it is not possible to concatenate two bits to make a vector in
the following example.
signal s1,s2 :bit;
case (s1 & s2 ) is
WHEN "00" => ...
end case;
2) What is the advantage in having two operators(mod and rem ) which
seems almost similar.Is there any good reason(application) where they
have specific meaning.
Thanks in advance.
Regards,
Mohammed A.khader.