S
sp
Guest
Ho una domanda per chiedere la IF in VHDL ....
Codice:
if_statement:: =
IF condizione THEN
sequence_of_statements
(ELSIF condizione THEN
sequence_of_statements)
[ELSE
sequence_of_statements]
END IF;
Codice:
if_statement:: =
IF condizione THEN
sequence_of_statements
(ELSIF condizione THEN
sequence_of_statements)
[ELSE
sequence_of_statements]
END IF;