Skip to content
This repository has been archived by the owner on Jan 1, 2019. It is now read-only.

Commit

Permalink
add hello world.v in verilog
Browse files Browse the repository at this point in the history
  • Loading branch information
arush15june committed Oct 2, 2017
1 parent 807068d commit 422273f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions hello_world.v
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module hello_world_in_verilog;
initial
begin
$display ("Hello World");
$finish;
end
endmodule

0 comments on commit 422273f

Please sign in to comment.