mirror of
https://github.com/verilator/verilator.git
synced 2025-01-09 16:17:36 +00:00
8 lines
299 B
Plaintext
8 lines
299 B
Plaintext
%Error: t/t_var_port2_bad.v:6: Input/output/inout declaration not found for port: 'portwithoin'
|
|
module t (portwithoin);
|
|
^~~~~~~~~~~
|
|
%Error: t/t_var_port2_bad.v:7: Input/output/inout does not appear in port list: 'portwithin'
|
|
input portwithin;
|
|
^~~~~~~~~~
|
|
%Error: Exiting due to
|