2025-01-06 01:30:39 +01:00
|
|
|
// DESCRIPTION: Verilator: Verilog Test module
|
|
|
|
|
//
|
|
|
|
|
// This file ONLY is placed under the Creative Commons Public Domain, for
|
|
|
|
|
// any use, without warranty, 2025 by Wilson Snyder.
|
|
|
|
|
// SPDX-License-Identifier: CC0-1.0
|
|
|
|
|
|
|
|
|
|
`include "t_flag_f_tsub_inc.v"
|
|
|
|
|
|
|
|
|
|
`ifndef GOT_DEF5
|
|
|
|
|
`error "No GOT_DEF5"
|
|
|
|
|
`endif
|
|
|
|
|
|
2025-09-13 15:28:43 +02:00
|
|
|
module t;
|
2025-01-06 01:30:39 +01:00
|
|
|
endmodule
|