Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Change memories_sent to use bit and operator Memories_sent is now asserted when all of the x_send_done signals are asserted. Before, each bit corresponded to a different memory being done. This avoids having computations finish when any one of the memories is done. * Removes old comments * Removed uneeded if-else and assert memory count We assume that at least 1 memory is present, assertion is made at top of toplevel function * Fixed formatting Co-authored-by: Nathaniel Navarro <[email protected]>
- Loading branch information