if in vhdl code example
Example: vhdl if then syntax
if <condition> then
<command>;
elsif <condition> then
<command>;
else
<command>;
end if;
if <condition> then
<command>;
elsif <condition> then
<command>;
else
<command>;
end if;