5 lines
86 B
Systemverilog
Raw Permalink Normal View History

2024-12-09 16:00:37 +08:00
module testbench;
initial begin
$get_arg("Hello world");
end
endmodule