Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
19ffbe9ec94056dab3b4c5281b84c5d1cbf2ac90
/
.
/
SVIncCompil
/
Testcases
/
Google
/
chapter-5
/
5.4--coments.sv
blob: 2fd284f9ebdc1807f265d1d3702f6efc05a97e40 [
file
]
/*
:name: comments
:description: A module testing system verilog comments
:should_fail: 0
:tags: 5.4
*/
module
empty
(
);
/* multi
line
comment
*/
// single line comment
endmodule