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

Some questions about hardware constraint #31

Open
white-jing opened this issue Oct 21, 2022 · 0 comments
Open

Some questions about hardware constraint #31

white-jing opened this issue Oct 21, 2022 · 0 comments

Comments

@white-jing
Copy link

Hello,
thanks for open-sourcing great tool!

I am comparing hardware simulation against the tool, but I see big discrepancies with the result.
I suspect the tool has made some assumptions, so I want to ask some questions about hardware constraints and the code and get confirmed.

  1. In the maestro doc, it says it supports any level of hierarchies. https://maestro.ece.gatech.edu/docs/build/html/hw_supported.html. When level is 2, does it assume noc_bw for noc level 1 and noc level 2 are same?
  2. There are lots of places in the code where it assumes the level is 2 at maximum. (e.g. loop iteration assumes level-2). Do you have any tutorials to run archietecture with more than 2 levels of hierarchy?
  3. multicast parameter doesn't seem to be used anywhere. Does it assume multicast from L2 memory to L1 is always available?
  4. Does it assume that the word size of partial sum is same as input/filter data?

Thanks again

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