verilator/test_regress/t/t_package_export_bad.out

29 lines
1.5 KiB
Plaintext
Raw Normal View History

2020-05-17 15:06:14 +00:00
%Error: t/t_package_export.v:45:17: Export object not found: 'pkg1::BAD_DOES_NOT_EXIST'
45 | export pkg1::BAD_DOES_NOT_EXIST;
| ^~~~~~~~~~~~~~~~~~
%Error: t/t_package_export.v:60:16: Can't find definition of scope/variable: 'PARAM2'
: ... Suggested alternative: 'PARAM1'
2020-05-17 15:06:14 +00:00
60 | reg [pkg11::PARAM2 : 0] bus12;
| ^~~~~~
2020-05-17 15:06:14 +00:00
%Error: t/t_package_export.v:61:16: Can't find definition of scope/variable: 'PARAM3'
: ... Suggested alternative: 'PARAM1'
2020-05-17 15:06:14 +00:00
61 | reg [pkg11::PARAM3 : 0] bus13;
| ^~~~~~
2020-05-17 15:06:14 +00:00
%Error: t/t_package_export.v:64:16: Can't find definition of scope/variable: 'PARAM2'
: ... Suggested alternative: 'PARAM1'
2020-05-17 15:06:14 +00:00
64 | reg [pkg21::PARAM2 : 0] bus22;
| ^~~~~~
2020-05-17 15:06:14 +00:00
%Error: t/t_package_export.v:65:16: Can't find definition of scope/variable: 'PARAM3'
: ... Suggested alternative: 'PARAM1'
2020-05-17 15:06:14 +00:00
65 | reg [pkg21::PARAM3 : 0] bus23;
| ^~~~~~
2020-05-17 15:06:14 +00:00
%Error: t/t_package_export.v:68:16: Can't find definition of scope/variable: 'PARAM2'
: ... Suggested alternative: 'PARAM1'
2020-05-17 15:06:14 +00:00
68 | reg [pkg31::PARAM2 : 0] bus32;
| ^~~~~~
2020-05-17 15:06:14 +00:00
%Error: t/t_package_export.v:69:16: Can't find definition of scope/variable: 'PARAM3'
: ... Suggested alternative: 'PARAM1'
2020-05-17 15:06:14 +00:00
69 | reg [pkg31::PARAM3 : 0] bus33;
| ^~~~~~
%Error: Exiting due to