8 lines
90 B
Plaintext
8 lines
90 B
Plaintext
|
module hello;
|
||
|
initial
|
||
|
begin
|
||
|
$display("OK");
|
||
|
$finish ;
|
||
|
end
|
||
|
endmodule
|