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

[New Feature] fix decode PIN for latest RTL, sub make command etc. #39

Merged
merged 4 commits into from
Jan 21, 2025

Conversation

yaozhicheng
Copy link
Member

Description

  • ut_backend/ctrl_block/decode/env/decode_wrapper.py:
    Improve the decode environment to support the new version of RTL.

  • Makefile:
    Add a sub command clean_rtl.

  • comm/functions.py:
    Add multi-process support to enhance DUT compilation efficiency.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

Run the make command without any exceptions occurring.

Checklist:

  • My code follows the style guidelines of this project
  • I have added the appropriate labels
  • I have performed a self-review of my code
  • My changes generate no new warnings

@yaozhicheng yaozhicheng added the bug fixed bug fixed label Jan 20, 2025
Copy link
Contributor

@FrankOu2001 FrankOu2001 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed. No problems found.

Copy link
Contributor

@miceforrat miceforrat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed. No problems found.

@yaozhicheng yaozhicheng merged commit 2f2073a into main Jan 21, 2025
1 check passed
FrankOu2001 pushed a commit that referenced this pull request Jan 21, 2025
* decode: refine pin bits_foldpc for new RTL

* comm: add multi-process for DUT build

* makefile: add command `clean_rtl`

* refine: refine commands depends
@yaozhicheng yaozhicheng deleted the develop branch January 22, 2025 07:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug fixed bug fixed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants