File: t_flag_parameter.vc

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 (28 lines) | stat: -rw-r--r-- 612 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
-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"