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

Core dump due to gate dedup graph recursion #1028

Closed
veripoolbot opened this issue Jan 27, 2016 · 3 comments
Closed

Core dump due to gate dedup graph recursion #1028

veripoolbot opened this issue Jan 27, 2016 · 3 comments
Assignees
Labels
resolution: fixed Closed; fixed

Comments

@veripoolbot
Copy link
Contributor


Author Name: Jonathan Kimmitt (@jrrk2)
Original Redmine Issue: 1028 from https://www.veripool.org
Original Date: 2016-01-27
Original Assignee: Wilson Snyder (@wsnyder)


Executing

verilator --trace -cc combined_main.v --exe sim_main.cpp

%Error: Verilator internal fault, sorry. Consider trying --debug --gdbbt
%Error: Command Failed /usr/local/bin/verilator_bin --trace -cc combined_main.v --exe sim_main.cpp

Running gplcver on the same code does not appear to complain.

@veripoolbot
Copy link
Contributor Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2016-01-29T04:12:40Z


A quick look shows the duplicate logic eliminator is blowing up the stack, something to do with all of the functions in your program. Needs more analysis.

@veripoolbot
Copy link
Contributor Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2016-02-05T01:48:33Z


The gate dedup logic was getting stuck, I added a recursion limit.

Fixed in git towards 3.881.

@veripoolbot
Copy link
Contributor Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2016-03-02T00:16:28Z


In 3.882.

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

No branches or pull requests

2 participants