2020-09-19 01:13:49 +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-09-19 01:13:49 +02:00
|
|
|
|
|
|
|
|
module t;
|
|
|
|
|
t_flag_relinc_sub i_t_flag_relinc_sub();
|
|
|
|
|
endmodule
|
|
|
|
|
|
|
|
|
|
`ifdef VERILATOR
|
|
|
|
|
`verilator_config
|
|
|
|
|
hier_block -module "t_flag_relinc_sub"
|
|
|
|
|
`verilog
|
|
|
|
|
`endif
|