mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-09-03 08:25:32 +02:00
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]>
10 lines
159 B
Verilog
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
|