v0.0-370-g2c98e20: PR #283: System calls such as $display and $sformat fail if encrypted
This patch recognizes a SystemTFIdentifier and turns off encryption for that token. Otherwise the obfuscated Verilog cannot be compiled if it contains such calls.
GitHub PR https://github.com/google/verible/pull/283
Copybara import of the project:
- 095fae5fa2bbb5734e7192aa840a388e0679081d System calls such as and fail if encrypted by Jonathan Kimmitt <[email protected]>
- 04a1b60c1dd80ac6654f7ec69aaed14653c90b5a Correct testcases for unencrypted tasks (fixes #282) by Jonathan Kimmitt <[email protected]>
Closes #283
fixes #282
PiperOrigin-RevId: 309820780