// DESCRIPTION: Verilator: Verilog Test module // // This file ONLY is placed under the Creative Commons Public Domain. // SPDX-FileCopyrightText: 2024 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