File: t_interface_virtual_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 (35 lines) | stat: -rw-r--r-- 2,297 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
%Error: t/t_interface_virtual_bad.v:31:12: Operator ASSIGN expected 'PBus' interface on Assign RHS but 'q8' is a different interface ('QBus').
                                         : ... note: In instance 't'
   31 |       v8 = q8;   
      |            ^~
        ... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
%Error: t/t_interface_virtual_bad.v:35:12: Operator ASSIGN expected no interface modport on Assign RHS but got 'phy' modport.
                                         : ... note: In instance 't'
   35 |       v8 = v8_phy;   
      |            ^~~~~~
%Error: t/t_interface_virtual_bad.v:37:17: Operator ASSIGN expected non-interface on Assign RHS but 'p8' is an interface.
                                         : ... note: In instance 't'
   37 |       data = p8.phy;   
      |                 ^~~
%Error: t/t_interface_virtual_bad.v:38:14: Operator ASSIGN expected non-interface on Assign RHS but 'v8_phy' is an interface.
                                         : ... note: In instance 't'
   38 |       data = v8_phy;   
      |              ^~~~~~
%Error: t/t_interface_virtual_bad.v:39:14: Operator ASSIGN expected non-interface on Assign RHS but 'v8' is an interface.
                                         : ... note: In instance 't'
   39 |       data = v8;   
      |              ^~
%Error: t/t_interface_virtual_bad.v:40:14: Operator ASSIGN expected non-interface on Assign RHS but 'p8' is an interface.
                                         : ... note: In instance 't'
   40 |       data = p8;   
      |              ^~
%Error: t/t_interface_virtual_bad.v:41:12: Operator ASSIGN expected 'PBus' interface on Assign RHS but 'data' is not an interface.
                                         : ... note: In instance 't'
   41 |       v8 = data;   
      |            ^~~~
%Error: t/t_interface_virtual_bad.v:44:79: Member 'gran' not found in interface 'PBus'
                                         : ... note: In instance 't'
                                         : ... Suggested alternative: 'grant'
   44 |       $display("q8.grant=", p8.grant, " v8.grant=", v8.grant, v8_phy.addr, v8.gran);
      |                                                                               ^~~~
%Error: Exiting due to