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