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

test: Include more bus option tests #2146

Merged
merged 2 commits into from
Dec 20, 2024

Conversation

FlyGoat
Copy link
Contributor

@FlyGoat FlyGoat commented Dec 20, 2024

This is a follow up of #2143 which added relevant tests to our CI, spin off from #2144.

Note, some bus option combinations are still failing, I blacklisted them for now.

        # TODO: Investigate those failures
        blacklists = [
            # AXI-Lite with 64-bit data width and crossbar
            [
                ("--bus-standard", ["axi-lite"]),
                ("--bus-data-width", [64]),
                ("--bus-interconnect", ["crossbar"])
            ],
            # AXI with 64-bit data width
            [
                ("--bus-standard", ["axi"]),
                ("--bus-data-width", [64])
            ]
        ]

Derive test_integration from test_cpu to prepare for other boot tests.

Signed-off-by: Jiaxun Yang <[email protected]>
Test bus standard/data-width/address-width/interconnect combinations.

Signed-off-by: Jiaxun Yang <[email protected]>
@enjoy-digital
Copy link
Owner

Thanks @FlyGoat!

@enjoy-digital enjoy-digital merged commit 57333ee into enjoy-digital:master Dec 20, 2024
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