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
Hi,
The neighbourExtractor is not passing the data valid and frame valid signals correctly when simulated. And can you tell me the purpose of frame valid and data valid signals in the first convolution layer.
The text was updated successfully, but these errors were encountered:
Indeed, the current version of the MOA is buggy and I have little time to spend on it now :s
What I suggest is to get rid of it for now and use the "default" implementation of dot products with a MAC operation.
Basically, in the DotProduct.vhd file, the MCM and MOA instances are replaced by a pipelined MAC operation. refer to KamelAbdelouahab/haddoc2@ff32608 for details.
Hi,
The neighbourExtractor is not passing the data valid and frame valid signals correctly when simulated. And can you tell me the purpose of frame valid and data valid signals in the first convolution layer.
The text was updated successfully, but these errors were encountered: