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

support user-defined static part #11

Open
amamory opened this issue Mar 1, 2022 · 0 comments
Open

support user-defined static part #11

amamory opened this issue Mar 1, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@amamory
Copy link
Member

amamory commented Mar 1, 2022

DART has 4 main steps: ip synthesis, static part synthesis, floorplan optimization, implementation. It would be beneficial to support a user defined static part, since this part typically depends on the interfaces used in a design. For instance, a video processing application would have a camera interface to receive the input frames. Currently DART only implements a basic static part, setting up only the reconfigurable regions. The idea would be the user to define a static part DCP file. In this case DART would skipping its 2nd step and continue executing its remaining steps.

@amamory amamory added the enhancement New feature or request label Mar 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant