You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
multicast parameter doesn't seem to be used anywhere. Does it assume multicast from L2 memory to L1 is always available?
Does it assume that the word size of partial sum is same as input/filter data?
Thanks again
The text was updated successfully, but these errors were encountered:
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.
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 assumenoc_bw
for noc level 1 and noc level 2 are same?multicast
parameter doesn't seem to be used anywhere. Does it assumemulticast
fromL2
memory toL1
is always available?Thanks again
The text was updated successfully, but these errors were encountered: