verilator/test_regress/t/t_x_sim_basic.py

18 lines
365 B
Python

#!/usr/bin/env python3
# DESCRIPTION: Verilator: Test X/Z four-state simulation with --x-sim
#
# This test verifies X and Z value propagation when --x-sim is enabled.
#
# SPDX-FileCopyrightText: 2026
# SPDX-License-Identifier: LGPL-3.0-only
import vltest_bootstrap
test.scenarios('simulator')
test.compile_extra_args = ['--x-sim']
test.execute()
test.passes()