Jutge.org
Jutge.org
Home
Problems
About
Contact
Documentation
Index
FAQ
Compilers
Verdicts
Cheat sheets
Certificates
Markdown
Instructor guides
GitHub repositories
Icarus Verilog
Compiler
Verilog
Name
Icarus Verilog
Language
Verilog
Program and version
Icarus Verilog version 0.8.7
Description
Icarus Verilog
Type
interpreter
Flags1
-t vvp
Flags2
Extension
.v
Status
Currently uninstalled. Will be fixed soon.
P68688
module
hello
();
initial
$display
(
"Hello world!"
);
endmodule