2021-06-13 16:03:20 +00:00
|
|
|
#!/usr/bin/env python3
|
|
|
|
# pylint: disable=C0114
|
|
|
|
#
|
2010-01-20 12:15:51 +00:00
|
|
|
# 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
|
|
|
|
2021-06-13 16:03:20 +00:00
|
|
|
import sys
|
|
|
|
|
|
|
|
sys.exit("%Error: t_pipe_exit_bad.pf: Intentional bad exit status...")
|