Skip to content

Instantly share code, notes, and snippets.

@axayjha
Created April 7, 2019 13:19
Show Gist options
  • Save axayjha/53ae51dd5f4199b5cecab5f2445fe8bb to your computer and use it in GitHub Desktop.
Save axayjha/53ae51dd5f4199b5cecab5f2445fe8bb to your computer and use it in GitHub Desktop.
module hello;
initial
begin
$display("Hello World!");
$finish ;
end
endmodule
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment