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

Add resets to all register state #359

Open
mikey opened this issue Mar 16, 2022 · 0 comments
Open

Add resets to all register state #359

mikey opened this issue Mar 16, 2022 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@mikey
Copy link
Collaborator

mikey commented Mar 16, 2022

Currently we don't reset registers or we use := initalisers when defining signals.

This works ok in FPGAs and ghdl sim but sucks for ASIC and gate level sim as it causes a lot of X state propagation issues.

Scrub all of the code to add resets to register state.

@mikey mikey added help wanted Extra attention is needed good first issue Good for newcomers labels Mar 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant