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