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: Segfault on undeclared in sensitivity list #1577

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

Fuzzer: Segfault on undeclared in sensitivity list #1577

veripoolbot opened this issue Oct 30, 2019 · 1 comment
Assignees
Labels
area: lint Issue involves SystemVerilog lint checking resolution: fixed Closed; fixed

Comments

@veripoolbot
Copy link
Contributor


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

Original Assignee: Wilson Snyder (@wsnyder)


Running the attached testcase with:

verilator_bin --lint-only 2a.sv

On version:

Verilator 4.020 devel rev v4.020-52-g8ce60e9

Produces:

%Error: 2a.sv:1: Can't find definition of 'a' in dotted variable: 'c.a'
module v;always@c.a c:h;endmodule
                   ^
Segmentation fault (core dumped)

@veripoolbot
Copy link
Contributor Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2019-10-31T01:49:47Z


Fixed in git.

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

No branches or pull requests

2 participants