systemrdl-compiler: Add version 1.32.2 - #2162
Merged
Merged
Conversation
luhenry
added a commit
that referenced
this pull request
Sep 21, 2026
Contributor
|
luhenry
force-pushed
the
systemrdl-compiler
branch
from
September 21, 2026 12:19
56e5d36 to
61f6795
Compare
luhenry
marked this pull request as draft
September 21, 2026 13:07
luhenry
added a commit
that referenced
this pull request
Sep 21, 2026
luhenry
marked this pull request as ready for review
September 21, 2026 13:31
luhenry
added a commit
that referenced
this pull request
Sep 21, 2026
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.
systemrdl-compiler1.32.2Compiles the bundled ANTLR4 C++ runtime into
sa_systemrdl_cpp_parser, the stable-ABI accelerator behind the SystemRDL parser. Upstream publishes no riscv64 wheel.Mirrors upstream's
build.yml.Differs from upstream
SYSTEMRDL_REQUIRE_BINARY_BUILDmoved intoCIBW_ENVIRONMENT- a step env never reaches a Linux container, and without it a compile failure silently ships the pure-Python fallback.dnf -y install perl-Safebefore the tests - the image's minimal perl has noSafe.pm, which the RDL Perl preprocessor needs.Matrix: one
cp37-abi3wheel built on cp312 and retested on cp313/cp314; upstream ships no free-threaded wheel, so there is no cp314t leg.Testing
pytest-cov,pylintandmypy- coverage and lint are not wheel tests.SYSTEMRDL_DISABLE_ACCELERATOR=1pass - it exercises the pure-Python parser, not the wheel.License: Wheel bundles the ANTLR4 C++ runtime (BSD-3-Clause), covered by upstream's
LICENSE-3RD-PARTY.Built on cp312; 243 passed on each of cp312, cp313 and cp314.