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

class Memory: add reset_less parameter that will not initialize memories with 0 value in generated RTL. #270

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

class Memory: add reset_less parameter that will not initialize memor…

8bf6551
Select commit
Loading
Failed to load commit list.
Open

class Memory: add reset_less parameter that will not initialize memories with 0 value in generated RTL. #270

class Memory: add reset_less parameter that will not initialize memor…
8bf6551
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 31, 2024 in 1s

82.30% (+0.00%) compared to 834fe3c

View this Pull Request on Codecov

82.30% (+0.00%) compared to 834fe3c

Details

Codecov Report

Attention: Patch coverage is 85.71429% with 1 line in your changes missing coverage. Please review.

Project coverage is 82.30%. Comparing base (834fe3c) to head (8bf6551).
Report is 72 commits behind head on master.

Files with missing lines Patch % Lines
nmigen/back/rtlil.py 66.66% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master     #270   +/-   ##
=======================================
  Coverage   82.29%   82.30%           
=======================================
  Files          34       34           
  Lines        5598     5601    +3     
  Branches     1201     1202    +1     
=======================================
+ Hits         4607     4610    +3     
  Misses        851      851           
  Partials      140      140           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.