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 new function get_all_rtl_files to functions.py #35

Closed
wants to merge 2 commits into from

Conversation

FrankOu2001
Copy link
Contributor

Description

Add new function get_all_rtl_files. It returns the file paths of all modules that the top_module depends on, with the path of top_module as the first element in the list.

Type of change

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

Write building script to use this function.

  • Build µFTB
  • Build TageSC
  • Build ITTage

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
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

@FrankOu2001 FrankOu2001 added enhancement New feature or request new feature new feature new doc new document labels Jan 17, 2025
@FrankOu2001 FrankOu2001 changed the title Add new function get_all_rtl_files in functions.py Add new function get_all_rtl_files to functions.py Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request new doc new document new feature new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant