File: t_randsequence_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,047 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
%Error-UNSUPPORTED: t/t_randsequence_bad.v:13:25: Unsupported: randsequence production
   13 |          such_production: { };
      |                         ^
                    ... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
%Error-UNSUPPORTED: t/t_randsequence_bad.v:12:7: Unsupported: randsequence
   12 |       randsequence(no_such_production)   
      |       ^~~~~~~~~~~~
%Error-UNSUPPORTED: t/t_randsequence_bad.v:17:16: Unsupported: randsequence production id
   17 |          main: production_bad;   
      |                ^~~~~~~~~~~~~~
%Error-UNSUPPORTED: t/t_randsequence_bad.v:17:14: Unsupported: randsequence production
   17 |          main: production_bad;   
      |              ^
%Error-UNSUPPORTED: t/t_randsequence_bad.v:18:24: Unsupported: randsequence production
   18 |          production_baa: {};
      |                        ^
%Error-UNSUPPORTED: t/t_randsequence_bad.v:16:7: Unsupported: randsequence
   16 |       randsequence(main)
      |       ^~~~~~~~~~~~
%Error: Exiting due to