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

Remove wrappers #202

Open
7 tasks
niwis opened this issue Oct 26, 2023 · 0 comments
Open
7 tasks

Remove wrappers #202

niwis opened this issue Oct 26, 2023 · 0 comments
Assignees
Milestone

Comments

@niwis
Copy link
Collaborator

niwis commented Oct 26, 2023

Several IPs internally instantiate a more generic version, leaving unneeded ports tied or unconnected. To ensure that only the required logic is instantiated, cross-boundary optimisations and constant propagation are needed, putting a lot of weight on the tools, which often do not meet expectations.

Therefore, restructure the IPs that currently rely on wrappers in a more tool-friendly manner (i.e. using parameters). These IPs are

  • spill_reg
  • stream_fifo
  • shift_reg
  • stream_arbiter
  • rstgen
  • stream_join
  • edge_propagator
@niwis niwis added this to the v2.0 milestone Oct 26, 2023
@niwis niwis self-assigned this Oct 26, 2023
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