verilator/test_regress/t/t_udp_binary.v

15 lines
358 B
Systemverilog

// DESCRIPTION: Verilator: Verilog Test module
//
// This file ONLY is placed under the Creative Commons Public Domain.
// SPDX-FileCopyrightText: 2025 Wilson Snyder
// SPDX-License-Identifier: CC0-1.0
// Test that a standalone primitive can be a top level module
primitive p(output id_2, input id_1);
table
1 : 0;
0 : 1;
endtable
endprimitive