Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fuzzer: Internal error after empty {} error #1560

Closed
veripoolbot opened this issue Oct 16, 2019 · 1 comment
Closed

Fuzzer: Internal error after empty {} error #1560

veripoolbot opened this issue Oct 16, 2019 · 1 comment
Assignees
Labels
area: parser Issue involves SystemVerilog parsing resolution: fixed Closed; fixed

Comments

@veripoolbot
Copy link
Contributor


Author Name: Eric Rippey
Original Redmine Issue: 1560 from https://www.veripool.org

Original Assignee: Wilson Snyder (@wsnyder)


With the attached file, running:

verilator_bin --lint-only 2.sv

with version:

Verilator 4.020 devel rev v4.020-19-gc73336f

Produces:

%Error: 2.sv:3: Unsupported: Empty '{}
d = '{ }
^~
%Error: Internal Error: 2.sv:3: ../V3Ast.cpp:346: Null item passed to setOp1p
d = '{ }
^
... See the manual and http://www.veripool.org/verilator for more assistance.

This may look somewhat like:

https://www.veripool.org/issues/1551-Verilator-Segfault-on-empty-

@veripoolbot
Copy link
Contributor Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2019-10-17T00:05:37Z


Fixed in git towards 4.022.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: parser Issue involves SystemVerilog parsing resolution: fixed Closed; fixed
Projects
None yet
Development

No branches or pull requests

2 participants