File: t_inst_param_override_bad.out

package info (click to toggle)
verilator 5.038-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 162,552 kB
  • sloc: cpp: 139,204; python: 20,931; ansic: 10,222; yacc: 6,000; lex: 1,925; makefile: 1,260; sh: 494; perl: 282; fortran: 22
file content (20 lines) | stat: -rw-r--r-- 1,426 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
%Error: t/t_inst_param_override_bad.v:33:23: Instance attempts to override 'PACKED_DATA_WIDTH' as a parameter, but it is a local parameter
   33 |     axi_stream_if # (.PACKED_DATA_WIDTH(10)) axis1(clk);
      |                       ^~~~~~~~~~~~~~~~~
        ... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
%Error: t/t_inst_param_override_bad.v:35:23: Instance attempts to override 'mytask' as a parameter, but it is a task
   35 |     axi_stream_if # (.mytask(10)) axis2(clk);
      |                       ^~~~~~
%Error: t/t_inst_param_override_bad.v:37:23: Instance attempts to override 'my_genvar' as a parameter, but it is a variable
   37 |     axi_stream_if # (.my_genvar(10)) axis3(clk);
      |                       ^~~~~~~~~
%Error: t/t_inst_param_override_bad.v:39:23: Instance attempts to override 'clk' as a parameter, but it is a port
   39 |     axi_stream_if # (.clk(10)) axis4(clk);
      |                       ^~~
%Error: t/t_inst_param_override_bad.v:41:23: Instance attempts to override 'tvalid' as a parameter, but it is a variable
   41 |     axi_stream_if # (.tvalid(10)) axis5(clk);
      |                       ^~~~~~
%Error: t/t_inst_param_override_bad.v:43:23: Instance attempts to override 'i_sub' as a parameter, but it is an instance
   43 |     axi_stream_if # (.i_sub(10)) axis6(clk);
      |                       ^~~~~
%Error: Exiting due to