verilator/test_regress/t/t_pp_pragma_bad.out
Udi Finkelstein 422c076fec
Support ignoring "`pragma protect ..." (#2886)
This support code merely adds the capability to skip over the encrypted
parts. Many models have unencrypted module interfaces with ports, and
only encrypt the critical parts.
2021-04-26 18:16:24 -04:00

18 lines
388 B
Plaintext

%Error-BADSTDPRAGMA: t/t_pp_pragma_bad.v:7:1: `pragma is missing a pragma_expression.
7 | `pragma
| ^~~~~~~
... For error description see https://verilator.org/warn/BADSTDPRAGMA?v=latest
`line 1 "t/t_pp_pragma_bad.v" 1
`line 3 "t/t_pp_pragma_bad.v" 0
`line 7 "t/t_pp_pragma_bad.v" 0
`pragma
`line 9 "t/t_pp_pragma_bad.v" 2
%Error: Exiting due to