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

Likely RTL / post-synthesis mismatch in Vregfile #5

Closed
FrancescoConti opened this issue Nov 20, 2023 · 1 comment
Closed

Likely RTL / post-synthesis mismatch in Vregfile #5

FrancescoConti opened this issue Nov 20, 2023 · 1 comment

Comments

@FrancescoConti
Copy link
Member

FrancescoConti commented Nov 20, 2023

This always_latch

always_latch begin

introduces a very likely simulation-to-synthesis mismatch.
The vregfile is resetted in RTL simulation, but the latches are (correctly) not resetted when synthesized.
In my opinion, the resetting should be removed also from the simulation.

@suehtamacv
Copy link
Contributor

Solved with #6, thanks for reporting the issue!

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

No branches or pull requests

2 participants