verilator/test_regress/t/t_var_dup2_bad.out
2020-01-30 20:23:57 -05:00

15 lines
562 B
Plaintext

%Error: t/t_var_dup2_bad.v:12: Duplicate declaration of signal: 'bad_o_w'
: ... note: ANSI ports must have type declared with the I/O (IEEE 1800-2017 23.2.2.2)
wire bad_o_w;
^~~~~~~
t/t_var_dup2_bad.v:9: ... Location of original declaration
output bad_o_w,
^~~~~~~
%Error: t/t_var_dup2_bad.v:13: Duplicate declaration of signal: 'bad_o_r'
reg bad_o_r;
^~~~~~~
t/t_var_dup2_bad.v:10: ... Location of original declaration
output bad_o_r);
^~~~~~~
%Error: Exiting due to