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

CoreDSL2 Frontend: Support custom include search paths via -Ipath/to/cdsl/files #36

Open
PhilippvK opened this issue Mar 2, 2025 · 0 comments
Assignees
Labels
coredsl2 parser Issues concerning the CoreDSL 2 parser question Further information is requested

Comments

@PhilippvK
Copy link
Member

I have to use include statements like ../rv_base/RVI.core_desc at several places which is problematic if the base coredsl files is located somewhere als and the code should be useable in multiple different projects (with other directory structures).

I would like to replace the includes by just RVI.core_desc and allow users to specify any number of possible include paths (of course . will be the default and the syntax/behavior should be consistent with GCC)

Are there any objections to this? I am unsure if this should be discussed with the CoreDSL spec and eventually be added to the Specification. On the one hand this is just tool-specific, but of course we do not want to break other 3rd party tooling with these changes…

@PhilippvK PhilippvK self-assigned this Mar 2, 2025
@PhilippvK PhilippvK added question Further information is requested coredsl2 parser Issues concerning the CoreDSL 2 parser labels Mar 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
coredsl2 parser Issues concerning the CoreDSL 2 parser question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant