File: t_timescale_parse_bad.out

package info (click to toggle)
verilator 4.038-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 29,596 kB
  • sloc: cpp: 90,585; perl: 15,101; ansic: 8,573; yacc: 3,626; lex: 1,616; makefile: 1,101; sh: 175; python: 145
file content (25 lines) | stat: -rw-r--r-- 1,133 bytes parent folder | download | duplicates (3)
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
%Error: t/t_timescale_parse_bad.v:8:1: `timescale timeunit '1ps' must be greater than or equal to timeprecision '1ns'
    8 | `timescale 1ps/1ns
      | ^~~~~~~~~~~~~~~~~~
%Error: t/t_timescale_parse_bad.v:11:1: `timescale timeunit syntax error: 'frump'
   11 | `timescale frump
      | ^~~~~~~~~~~~~~~~
%Error: t/t_timescale_parse_bad.v:12:1: `timescale timeunit syntax error: '1xs'
   12 | `timescale 1xs
      | ^~~~~~~~~~~~~~
%Error: t/t_timescale_parse_bad.v:13:1: `timescale timeunit syntax error: '2ps'
   13 | `timescale 2ps
      | ^~~~~~~~~~~~~~
%Error: t/t_timescale_parse_bad.v:14:1: `timescale timeprecision syntax error: 'frump'
   14 | `timescale 1ns / frump
      | ^~~~~~~~~~~~~~~~~~~~~~
%Error: t/t_timescale_parse_bad.v:15:1: `timescale syntax error: ' 1ns / 1ps /extra'
   15 | `timescale 1ns / 1ps /extra
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
%Error: t/t_timescale_parse_bad.v:18:13: timeunit illegal value
   18 |    timeunit 2ps;   
      |             ^~~
%Error: t/t_timescale_parse_bad.v:19:18: timeprecision illegal value
   19 |    timeprecision 2ps;    
      |                  ^~~
%Error: Exiting due to