Sign in
foss-fpga-tools
/
third_party
/
verible
/
bbe85ac0e45bb1e955b2b705e5b21d4a00a39b66
/
.
/
verilog
/
tools
/
lint
/
testdata
/
one_module_per_file.sv
blob: ec1da9a0ec9033e4f6ab42aed41616c5750f1fa6 [
file
] [
log
] [
blame
]
// Each file should have only one module
module
one_module_per_file
;
// module name must be the same as file name
endmodule
module
second
;
endmodule