2020-03-21 16:24:24 +01:00
|
|
|
%Error: t/t_var_port2_bad.v:7:11: Input/output/inout declaration not found for port: 'portwithoin'
|
2020-04-04 02:07:46 +02:00
|
|
|
7 | module t (portwithoin);
|
|
|
|
|
| ^~~~~~~~~~~
|
2025-04-05 23:10:28 +02:00
|
|
|
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
|
2020-03-21 16:24:24 +01:00
|
|
|
%Error: t/t_var_port2_bad.v:8:10: Input/output/inout does not appear in port list: 'portwithin'
|
2020-04-04 02:07:46 +02:00
|
|
|
8 | input portwithin;
|
|
|
|
|
| ^~~~~~~~~~
|
2019-07-12 02:18:36 +02:00
|
|
|
%Error: Exiting due to
|