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

verilator DUT cpp generation bug #135

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

stevobailey
Copy link

Running a Verilator test twice doesn't reproduce the DUT cpp code. This can be seen by first generating a DUT with a Vec IO of some size, and then generating a DUT with the Vec IO size increased.

I don't have a solution, but I wrote a test that fails.

@shunshou
Copy link
Contributor

Same problem I've already posted about, I think. There's a bunch of stale code. My only way around is to create a new directory every time you generate something and before you do sbt test or w/e, delete your existing directories.

I've gotten thrown off by this issue several times -- wondering why tests passed/failed when they should've failed/passed, but no one's bothered to do anything about this yet.

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

Successfully merging this pull request may close these issues.

2 participants