Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
356a4bf2123fc606ca19fbed9b9c535f149fdec5
/
.
/
SVIncCompil
/
Testcases
/
Verilator
/
t_func_lib.v
blob: cd5d555914fd31934d788057277c6937544a3c18 [
file
] [
log
] [
blame
]
// DESCRIPTION: Verilator: Verilog Test module
//
// This file ONLY is placed into the Public Domain, for any use,
// without warranty, 2003-2007 by Wilson Snyder.
module
t
;
initial
begin
$write
(
"*-* All Finished *-*\n"
);
$finish
;
end
endmodule