File: t_flag_parameter.vc

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 (38 lines) | stat: -rw-r--r-- 766 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
36
37
38
-Gstring1="\"New String\""
-pvalue+string2="\"New String\""
-Gstring11='"New String"'
-pvalue+string12='"New String"'
-Gstring21=\"New\ String\"
-pvalue+string22=\"New\ String\"
-Greal11=0.2
-pvalue+real12=0.2
-Greal21=4E2
-pvalue+real22=4e2
-Greal31=0.2e2
-pvalue+real32=0.2e2
-Greal41=0x123.4p1
-pvalue+real42=0X123.4P1
-Greal51=0x123p-1
-pvalue+real52=0X123P-1
-Gint11=0x10
-pvalue+int12=0x10
-Gint21=020
-pvalue+int22=020
-Gint31=123
-pvalue+int32=123
-Gint41=32'hdead_beef
-pvalue+int42=32'hdead_beef
-Gint51=32\'hdead_beef
-pvalue+int52=32\'hdead_beef
-Gint61="32'hdead_beef"
-pvalue+int62="32'hdead_beef"
-Gint71=-1000
-pvalue+int72=-1000
-Gbit0to0=0
-pvalue+bit0to0=0
-Gbit1to1=1
-pvalue+bit1to1=1
-Gbit0to1=1
-pvalue+bit0to1=1
-Gbit1to0=0
-pvalue+bit1to0=0