Files
iverilog/ivtest/ivltests/udp_empty_table_fail.v
T
Lars-Peter Clausen d5a16b31a1 Add regression test for empty old-style UDP table
Check that an empty old-style UDP table reports the parser error and the
invalid primitive error instead of crashing.

Signed-off-by: Lars-Peter Clausen <[email protected]>
2026-06-20 13:13:05 -07:00

10 lines
159 B
Verilog

// Check that an empty old-style UDP table generates an error.
primitive udp_empty_table_fail (o, i);
output o;
input i;
table
endtable
endprimitive