Skip to content

3D SIV switch block bug #2973

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

Open
vaughnbetz opened this issue Apr 11, 2025 · 0 comments
Open

3D SIV switch block bug #2973

vaughnbetz opened this issue Apr 11, 2025 · 0 comments
Assignees

Comments

@vaughnbetz
Copy link
Contributor

The custom switch block in this architecture has a bug:

        <switchfuncs>
            **<!-- Straight -->**   # Delete this comment (out of date)
            <func type="la" formula="t"/>
            <!-- left to above -->
            <func type="lu" formula="t"/>
            <!-- top to under -->
            <func type="ra" formula="t"/>
            <!-- right to above -->
            <func type="ru" formula="t"/>
            <!-- right to under -->
            <func type="ta" formula="t"/>
            <!-- top to above -->
            <func type="tu" formula="t"/>
            <!-- top to under -->
            <func type="ba" formula="t"/>
            <!-- bottom to above -->
            <func type=**"lu"** formula="t"/>   # should be "bu"

Context

This led to RR switches from die 1 -> die 0 (down) than from die 0 to die 1.

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

No branches or pull requests

2 participants