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

booth: Map simple $macc instances too #4787

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

povik
Copy link
Member

@povik povik commented Dec 1, 2024

What are the reasons/motivation for this change?

As it stands booth ignores $macc cells, which means one cannot sequence booth after alumacc. Make the change to booth to handle at least the basic $macc cells which represent a simple product. The more advanced case in which $macc is a combined multiply-accumulate operation is left for later to be dealt with

@povik povik requested a review from widlarizer December 1, 2024 15:06
EOF
synth -run :fine
# test compatibility with alumacc
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that ideally at this point we would assert the presence of $macc to make sure we're testing what we want to test

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