This website requires JavaScript.
Explore
Help
Sign In
luke
/
iverilog
Watch
1
Star
0
Fork
0
mirror of
https://github.com/steveicarus/iverilog.git
synced
2026-08-29 01:03:29 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
78aa852bf1ac334fc9c959b7fa87fecbe9cabc42
iverilog
/
driver
/
hello_world.v
T
4 lines
60 B
Verilog
Raw
Normal View
History
Unescape
Escape
iverilog: add test for the vvp example mentioned in the documentation
2026-05-12 11:45:41 +02:00
module
top
;
initial
$display
(
"Hello World!"
);
endmodule
Reference in New Issue
Copy Permalink