mirror of
https://github.com/verilator/verilator.git
synced 2025-04-28 11:36:56 +00:00
8 lines
257 B
Plaintext
8 lines
257 B
Plaintext
%Error: t/t_udp_param_bad.v:12:15: syntax error, unexpected '#', expecting ';'
|
|
12 | primitive udp #(
|
|
| ^
|
|
%Error: t/t_udp_param_bad.v:14:1: syntax error, unexpected ')', expecting ';'
|
|
14 | ) (o, a);
|
|
| ^
|
|
%Error: Exiting due to
|