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

Formalize Generative DSE #15

Open
0xfull opened this issue Sep 9, 2021 · 2 comments
Open

Formalize Generative DSE #15

0xfull opened this issue Sep 9, 2021 · 2 comments

Comments

@0xfull
Copy link
Collaborator

0xfull commented Sep 9, 2021

Address questions:

  • How to bound the search space?
  • How to define library of resources?
  • How to encode mapping options?
@lu-hub77
Copy link
Collaborator

Chapter "Generative Design Space Exploration" from presentation on the 14.12.2021.
slides.pdf

@lu-hub77
Copy link
Collaborator

Further notes from meeting at the 14.12.2021:

  • Template-driven vs. completely free choice

  • Template-driven: a 2-dim. NoC is set as architecture structure and only the positions of the processors are explored (5 processors could lead to a 1x5 / 2x3 / 3x2 / 5x1 - NoC)

  • Completely free choice: Also network structure can be chosen (one router per processor vs. additional intermediate routers; single vs. multiple connections between routers)

  • Use cases of multiple connections: Redundancy; Specialization of connections, e.g. for throughput or latency

  • When having an upperBound problem could be solved iteratively (start with upperBound/2 and increase if unsatisfiable)

  • sequential (+1) vs. binary (1/2, 1/4, ..)

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

2 participants