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

change systolic onlyWire setting into a :pipelineModule() function? #109

Open
jameshegarty opened this issue Mar 29, 2018 · 0 comments
Open
Labels

Comments

@jameshegarty
Copy link
Owner

Instead of having 'onlyWire' be a setting in systolic, change it so that the user has to explicitly call a :pipelineModule() function before codegen if they want the pipelining behavior.

if they don't call :pipelineModule(), it would behave like onlyWire. If they do something that can't be supported by the pipelining code, they would get an error when they call :pipelineModule().

This would better modularize the code. Currently, there are a lot of hidden dependencies on the onlyWire setting in codegen, error checking, etc. This is a mess.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant