2020-08-15 15:43:53 +02:00
|
|
|
// DESCRIPTION: Verilator: Verilog Test module
|
|
|
|
|
//
|
|
|
|
|
// This file ONLY is placed into the Public Domain, for any use,
|
|
|
|
|
// without warranty, 2020 by Yutetsu TAKATSUKASA
|
2023-01-21 02:42:30 +01:00
|
|
|
// SPDX-License-Identifier: Unlicense
|
2020-08-15 15:43:53 +02:00
|
|
|
|
|
|
|
|
`verilator_config
|
|
|
|
|
hier_block -module "sub?"
|
2023-11-03 12:55:53 +01:00
|
|
|
hier_block -module "delay" // matches recursive modules
|