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