2010-01-20 12:15:51 +00:00
|
|
|
#!/usr/bin/perl -w
|
|
|
|
# DESCRIPTION: Verilator: Verilog Test example --pipe-filter script
|
|
|
|
#
|
2020-03-21 15:24:24 +00:00
|
|
|
# Copyright 2010 by Wilson Snyder. This program is free software; you
|
|
|
|
# can redistribute it and/or modify it under the terms of either the GNU
|
2010-01-20 12:15:51 +00:00
|
|
|
# Lesser General Public License Version 3 or the Perl Artistic License
|
|
|
|
# Version 2.0.
|
2020-03-21 15:24:24 +00:00
|
|
|
# SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0
|
2010-01-20 12:15:51 +00:00
|
|
|
|
|
|
|
die "%Error: t_pipe_exit_bad.pf: Intentional bad exit status...\n";
|