verilator/test_regress/t/t_trace_scope_no_inline.vlt
Geza Lore 004865a8b2
Fix tracing_{on,off} in the presence of non-inlined modules (#5346)
Previously "*.foo.*" failed to match non-inlined instances called 'foo'.
2024-08-08 17:16:54 +01:00

13 lines
382 B
Plaintext

// DESCRIPTION: Verilator: Verilog Test module
//
// This file ONLY is placed into the Public Domain, for any use,
// without warranty, 2024 by Wilson Snyder.
// SPDX-License-Identifier: CC0-1.0
`verilator_config
// Turn tracing off for all scopes by default
tracing_off -scope "*" -levels 0
// Turn it back on only for *.mid_b.* and below
tracing_on -scope "*.mid_b.*" -levels 0