File: t_timescale_parse_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 (26 lines) | stat: -rw-r--r-- 1,234 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
%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
      | ^~~~~~~~~~~~~~~~~~
        ... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
%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