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

Fix includes dumping and update includes #8

Merged
merged 3 commits into from
Feb 12, 2025

Conversation

unlsycn
Copy link
Contributor

@unlsycn unlsycn commented Feb 12, 2025

Jextract splits the header class into multiple classes, which are combined via extending. Due to scala/bug#9272 we cannot access static fields in superclass headers, we work around this by not splitting the header.

circtlib/capi/includeConstants.txt Outdated Show resolved Hide resolved
@unlsycn unlsycn changed the title Update CIRCT includes and fix jextract splitting Fix includes dumping and update includes Feb 12, 2025
@unlsycn unlsycn requested a review from sequencer February 12, 2025 08:01
@unlsycn unlsycn force-pushed the master branch 2 times, most recently from 51481d1 to 6417cca Compare February 12, 2025 10:09
Jextract splits the header class into multiple classes, which are combined via
extending. Due to scala/bug#9272 we cannot access
static fields in superclass headers, we work around this by not splitting the
header.

Signed-off-by: unlsycn <[email protected]>
Signed-off-by: unlsycn <[email protected]>
@sequencer sequencer merged commit c8f7dab into sequencer:master Feb 12, 2025
1 check passed
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.

2 participants