mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-28 16:53:45 +02:00
This test was added to verify the new options in the `iverilog` program, which allow it to be run from a build directory. Since `iverilog` is not compatible with the MSYS2 runtime environment used in CI, the added test is excluded on this platform.
4 lines
60 B
Verilog
4 lines
60 B
Verilog
module top;
|
|
initial $display("Hello World!");
|
|
endmodule
|