30 lines
1.9 KiB
Plaintext
30 lines
1.9 KiB
Plaintext
%Error-UNSUPPORTED: t/t_config_libmap.map:9:1: Unsupported: Verilog 2001-config lib.map reserved word not implemented: 'include'
|
|
: ... Suggest unless in a lib.map file, want `include instead
|
|
9 | include ./t_config_libmap_inc.map
|
|
| ^~~~~~~
|
|
... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
|
|
%Error: t/t_config_libmap.map:9:9: syntax error, unexpected '.'
|
|
9 | include ./t_config_libmap_inc.map
|
|
| ^
|
|
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
|
|
%Error-UNSUPPORTED: t/t_config_libmap.map:11:1: Unsupported: Verilog 2001-config lib.map reserved word not implemented: 'library'
|
|
11 | library rtllib *.v;
|
|
| ^~~~~~~~~~~~~~
|
|
%Error-UNSUPPORTED: t/t_config_libmap.map:12:1: Unsupported: Verilog 2001-config lib.map reserved word not implemented: 'library'
|
|
12 | library rtllib2 *.v, *.sv;
|
|
| ^~~~~~~~~~~~~~
|
|
%Error-UNSUPPORTED: t/t_config_libmap.map:13:1: Unsupported: Verilog 2001-config lib.map reserved word not implemented: 'library'
|
|
13 | library rtllib3 *.v -incdir *.vh;
|
|
| ^~~~~~~~~~~~~~
|
|
%Error-UNSUPPORTED: t/t_config_libmap.map:13:29: Unsupported: Verilog 2001-config lib.map reserved word not implemented: 'incdir'
|
|
%Error-UNSUPPORTED: t/t_config_libmap.map:14:1: Unsupported: Verilog 2001-config lib.map reserved word not implemented: 'library'
|
|
14 | library rtllib4 *.v -incdir *.vh, *.svh;
|
|
| ^~~~~~~~~~~~~~
|
|
%Error-UNSUPPORTED: t/t_config_libmap.map:14:29: Unsupported: Verilog 2001-config lib.map reserved word not implemented: 'incdir'
|
|
14 | library rtllib4 *.v -incdir *.vh, *.svh;
|
|
| ^~~~~~~~~~~~
|
|
%Error-UNSUPPORTED: t/t_config_libmap.map:17:1: Unsupported: Verilog 2001-config lib.map reserved word not implemented: 'library'
|
|
17 | library gatelib .
|
|
| ^~~~~~~~~~~~~~
|
|
%Error: Exiting due to
|