index
:
galearn
master
Gate Array Learn
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
verilator_example_c++
/
hello.v
blob: 8e163d57ea0405a8edec3198f59acb3df52a2dac (
plain
) (
blame
)
1
2
3
4
5
6
module hello; initial begin $display("hello."); $finish; end endmodule