2020-03-15 03:02:42 +01:00
|
|
|
%Error: t/t_var_port2_bad.v:6:11: Input/output/inout declaration not found for port: 'portwithoin'
|
2019-07-15 03:42:03 +02:00
|
|
|
module t (portwithoin);
|
|
|
|
|
^~~~~~~~~~~
|
2020-03-15 03:02:42 +01:00
|
|
|
%Error: t/t_var_port2_bad.v:7:10: Input/output/inout does not appear in port list: 'portwithin'
|
2019-07-15 03:42:03 +02:00
|
|
|
input portwithin;
|
|
|
|
|
^~~~~~~~~~
|
2019-07-12 02:18:36 +02:00
|
|
|
%Error: Exiting due to
|