feat: hello world

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-10-25 15:20:43 +03:00
parent 4fbccb2fd0
commit 13b2826b20

View file

@ -0,0 +1,6 @@
module hello_world;
initial begin
$display ("Hello World");
$finish;
end
endmodule