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

PyMTL4.0 Release #264

Open
wants to merge 89 commits into
base: master
Choose a base branch
from
Open

PyMTL4.0 Release #264

wants to merge 89 commits into from

Conversation

ptpan
Copy link
Contributor

@ptpan ptpan commented Jan 29, 2024

This PR includes changes that will be part of the PyMTL 4.0 release. Here is a list of changes included in this PR (WIP):

  • Support for Verilator 5.016, including Verilog import support and CI setup
  • Revamped Verilog import support to address data corruption / segfaults
  • Support for parallel pytest runs with the xdist module
  • Support for Verilator assertion

ptpan and others added 30 commits November 23, 2023 14:21
Copy link

codecov bot commented Jan 29, 2024

Codecov Report

Attention: Patch coverage is 91.41717% with 172 lines in your changes missing coverage. Please review.

Project coverage is 89.83%. Comparing base (fc7c3fa) to head (198430b).
Report is 2 commits behind head on master.

Current head 198430b differs from pull request most recent head 07b3bbb

Please upload reports for the commit 07b3bbb to get more accurate results.

Files Patch % Lines
pymtl3/stdlib/mem/MemRequesterAdapterFL.py 18.18% 45 Missing ⚠️
pymtl3/stdlib/xcel/XcelRequesterAdapterFL.py 18.18% 36 Missing ⚠️
pymtl3/stdlib/stream/OStreamEnqAdapterFL.py 28.57% 15 Missing ⚠️
pymtl3/stdlib/stream/IStreamDeqAdapterFL.py 35.29% 11 Missing ⚠️
...ends/verilog/import_/VerilogVerilatorImportPass.py 85.29% 10 Missing ⚠️
...asses/rtlir/behavioral/BehavioralRTLIRGenL1Pass.py 30.00% 7 Missing ⚠️
...sses/rtlir/structural/StructuralRTLIRSignalExpr.py 75.00% 6 Missing ⚠️
pymtl3/stdlib/test_utils/test_helpers.py 50.00% 5 Missing ⚠️
.../passes/backends/verilog/VerilogPlaceholderPass.py 0.00% 4 Missing ⚠️
pymtl3/stdlib/mem/MemoryFL.py 87.87% 4 Missing ⚠️
... and 15 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #264      +/-   ##
==========================================
+ Coverage   89.18%   89.83%   +0.65%     
==========================================
  Files         330      317      -13     
  Lines       30440    28271    -2169     
==========================================
- Hits        27147    25398    -1749     
+ Misses       3293     2873     -420     

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

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.

4 participants