7
v/verilog.v
Normal file
7
v/verilog.v
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
module main;
|
||||||
|
initial
|
||||||
|
begin
|
||||||
|
$display("Hello World!");
|
||||||
|
$finish;
|
||||||
|
end
|
||||||
|
endmodule
|
||||||
Reference in New Issue
Block a user