Created
April 7, 2019 13:19
-
-
Save axayjha/53ae51dd5f4199b5cecab5f2445fe8bb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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