-
Notifications
You must be signed in to change notification settings - Fork 0
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
Dynamic pipeline NoC #1
Comments
The pipeline composition is completely dynamic now. |
MetaCoq runs into some issues using Parameter when we try to generate Coq code from syntax, I'm checking if I can find a way to fix this.
|
So you mean the |
Yes if I define nocsize using Parameter, the MetaCoq commands (both the command which is used to build inductive types and the command that is used to build definitions) error out, they work fine when using Definition. |
Ah, I see. |
Restructure and design the routers in order to be able to construct a NoC that is dynamic in the horizontal dimension but not in the vertical dimension.
For sake of simplicity, please start with a stateful NoC where each channel is represented by a single register.
Steps:
reg_t
type as an input. Use aModule Type
to get this done.The text was updated successfully, but these errors were encountered: