feat: ✨ hello world
This commit is contained in:
parent
4fbccb2fd0
commit
13b2826b20
1 changed files with 6 additions and 0 deletions
6
00-hello_world/hello_world.v
Normal file
6
00-hello_world/hello_world.v
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
module hello_world;
|
||||||
|
initial begin
|
||||||
|
$display ("Hello World");
|
||||||
|
$finish;
|
||||||
|
end
|
||||||
|
endmodule
|
Loading…
Add table
Add a link
Reference in a new issue