forked from github/verilator
13 lines
430 B
Plaintext
13 lines
430 B
Plaintext
// DESCRIPTION: Verilator: Verilog Test module
|
|
//
|
|
// This file ONLY is placed into the Public Domain, for any use,
|
|
// without warranty, 2019 by Stefan Wallentowitz.
|
|
// SPDX-License-Identifier: CC0-1.0
|
|
|
|
`verilator_config
|
|
|
|
sformat -task "mon_scope_name" -var "formatted"
|
|
public_flat_rd -module "sub" -var "in"
|
|
public_flat_rw -module "sub" -var "fr_a" @(posedge t.monclk)
|
|
public_flat_rw -module "sub" -var "fr_b" @(posedge t.monclk)
|