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

Switch Transformer Potential Issue #297

Open
mattfel1 opened this issue Feb 22, 2020 · 0 comments
Open

Switch Transformer Potential Issue #297

mattfel1 opened this issue Feb 22, 2020 · 0 comments

Comments

@mattfel1
Copy link
Member

Haven't thoroughly looked into this yet, but this seems to give the "used removed sym" error:

                 val a = if ((j & 1) == 0) M0(2 * k0 + k1 + 0) else N0(2 * k0 + k1 + 0))
                 val b = if ((j & 1) == 0) M0(2 * k0 + k1 + 1) else N0(2 * k0 + k1 + 1))
                 val c = if ((j & 1) == 0) M1(2 * k0 + k1 + 0) else N1(2 * k0 + k1 + 0))
                 val d = if ((j & 1) == 0) M1(2 * k0 + k1 + 1) else N1(2 * k0 + k1 + 1))

But if you use muxes instead, it works. Also it seems like this only happens with the --sim backend?

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

1 participant