14 lines
391 B
Plaintext
14 lines
391 B
Plaintext
// DESCRIPTION: Verilator: Verilog Test module
|
|
//
|
|
// This file ONLY is placed under the Creative Commons Public Domain.
|
|
// SPDX-FileCopyrightText: 2022 Wilson Snyder
|
|
// SPDX-License-Identifier: CC0-1.0
|
|
|
|
`verilator_config
|
|
|
|
tracing_off -scope "t*" -levels 0
|
|
tracing_on -scope "t.clk"
|
|
tracing_on -scope "t.sub1a" -levels 1
|
|
tracing_on -scope "t.sub1b" -levels 2
|
|
tracing_off -scope "*.sub2a.ADD"
|