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

pluc ignores assignment #2

Closed
olikraus opened this issue Oct 7, 2019 · 2 comments
Closed

pluc ignores assignment #2

olikraus opened this issue Oct 7, 2019 · 2 comments

Comments

@olikraus
Copy link
Owner

olikraus commented Oct 7, 2019

./pluc 'PIO0_22 <= PIO0_10; PIO0_15 <= PIO0_2 & PIO0_22;' -oc tmp.c
has an issue, output does not show two lots

./pluc 'PIO0_22 <= PIO0_10;' 'PIO0_15 <= PIO0_2 & PIO0_22;' -oc tmp.c
is still better: at least two LUTs are generated

@olikraus
Copy link
Owner Author

olikraus commented Oct 7, 2019

Similar problem:

correct:
./pluc 'LVLSHFT_IN0 <= PIO0_10; PIO0_22 <= LVLSHFT_OUT0;' 'PIO0_15 <= PIO0_2 & PIO0_22;' -oc tmp.c

wrong:
./pluc 'LVLSHFT_IN0 <= PIO0_10; PIO0_22 <= LVLSHFT_OUT0; PIO0_15 <= PIO0_2 & PIO0_22;' -oc tmp.c

The assignment to PIO0_22 is missing

@olikraus
Copy link
Owner Author

olikraus commented Oct 8, 2019

done

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