This website requires JavaScript.
Explore
Help
Sign In
guanjihuan
/
GitHub_collection_hello-world
Watch
1
Star
0
Fork
0
You've already forked GitHub_collection_hello-world
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
GitHub_collection_hello-world
/
v
/
Verilog.v
8 lines
97 B
Coq
Raw
Normal View
History
Unescape
Escape
Added Verilog
2014-11-25 21:06:25 -03:00
module
main
;
initial
begin
Normalize printed text Signed-off-by: Richie Bendall <richiebendall@gmail.com>
2020-03-30 04:21:52 +13:00
$
display
(
"
Hello World
"
)
;
Added Verilog
2014-11-25 21:06:25 -03:00
$
finish
;
end
endmodule
Reference in New Issue
Copy Permalink