verilator/test_regress/t/t_udp_bad_line_inputs.v

12 lines
330 B
Systemverilog
Raw Normal View History

2025-08-27 13:48:33 +02: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
primitive udp_0(output o, input i);
table
? 1 ? 0 0 : 0; // <--- BAD too many inputs
endtable
endprimitive