Generate sources list on top of develop branch#213
Open
benoitdenkinger wants to merge 14 commits into
Open
Conversation
- Remove copy_rtl_files.cmake and copy_rtl_files.py utilities - Add generate_sources_list.cmake and generate_sources_list.py using slang - Move and update read_rtl_sources.cmake for new source list format - Update SoCMakeConfig.cmake and tests to use new utilities
- Remove vhier.cmake and its inclusion from SoCMakeConfig.cmake - Remove vhier module source files and submodule definitions - Delete vhier test directory, CMakeLists, and golden.xml - Update tests CMakeLists to drop vhier subdirectory
… files - Generate separate rtl_sources.f and include_sources.f files - Update slang arguments to use --Mmodule and --Minclude options
…ang invocation in CMake It follows @Risto97 feedback in the MR [1] - Remove generate_sources_list.py and its invocation - Integrate slang command directly into CMake function - Add checks for slang executable and improve error messages - Use add_custom_command and add_custom_target for output generation - Update argument handling for top module and synthesis options [1] #198 (comment)
…guments It follows @Risto97 feedback in MR [1]. - Introduce SLANG_ARGS keyword argument to pass extra arguments to slang - Remove deprecated SYNTHESIS option and related code - Update argument parsing and variable handling for new option [1] #198 (comment)
…rged into master).
Closed
Contributor
|
Hello @benoitdenkinger , |
Contributor
Author
|
Hi @Risto97, good point. I propose to rename it |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rebased version of #198 on develop branch