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

Netlist: add option to control unrolling of procedural for loops #1134

Merged
merged 10 commits into from
Sep 26, 2024

Conversation

jameshanlon
Copy link
Contributor

@jameshanlon jameshanlon commented Sep 23, 2024

This patch also removes the logic that implements some ad-hoc data dependencies in procedural blocks.
This means that the netlist tool takes a clearer default position that no data dependencies are captured within them, which is perfectly reasonable for most use cases.

Copy link

codecov bot commented Sep 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.77%. Comparing base (6e18236) to head (0384d14).
Report is 1 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1134   +/-   ##
=======================================
  Coverage   94.77%   94.77%           
=======================================
  Files         191      191           
  Lines       47757    47757           
=======================================
  Hits        45260    45260           
  Misses       2497     2497           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6e18236...0384d14. Read the comment docs.

@jameshanlon
Copy link
Contributor Author

Not to be landed please until I've figured out what is causing an infinite loop!

@jameshanlon
Copy link
Contributor Author

Okay, good to go.

@MikePopoloski MikePopoloski merged commit 6ad50f1 into MikePopoloski:master Sep 26, 2024
15 checks passed
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