Documentation

Icarus Verilog (tgt-nusmv)
Compiler
IVL08
Name
Icarus Verilog (tgt-nusmv)
Language
Verilog
Program and version
Icarus Verilog version 0.8.7
Description
Icarus Verilog (tgt-nusmv)
Warning
Under development. Do not use it!
Type
compiler (vm)?
Flags1
-penforce-single-clock=1 -pmodule-prefix=s_
Flags2
Extension
.v
Status
Ok

P68688
module hello();
  initial $display("Hello world!");
endmodule