RosettaCodeData/Task/Conditional-structures/Verilog/conditional-structures-2.v
2023-07-01 13:44:08 -04:00

6 lines
89 B
Verilog

case( expr_booleana )
valor1: command1;
valor2: command2;
...
default: commandN;
endcase