-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New objectFifo syntax using symbols (#581)
* started modifying registerExternalBuffersOp * Replace objectFifo value with symbol attr in other ops. * Fixed error where split objectFifos weren't replaced. Started replacing symbols in LinkOp. * Changed all objFifo ops to use symbols instead of SSA values. * Restored some tests. Will rewrite all tests in separate commits. * Modify AIE.td doc. * Finished updating AIE.td. * Typo. * Remove objectFifo SSA return type. Replace with objectFifo type. * Modified all instances of the createObjectFifo operation. * Started modifying acquire/release operations. * Modified all instances of objectFifo acquire and release operations. * Modified all instances of objectFifo registerExternalBuffers operation. * Modified all instances of the objectFifo registerProcess operation. * Modified all unit tests. * Updated objectFifo documentation. * Modified all instances of objectFifo link and shimDMAAllocation operations. * Clang format * Handle warnings * Clang format * Fix failing tests * Fix test * Add missing commas * Change syntax of LinkOp from 'to' to '->'. --------- Co-authored-by: abisca <andrab@amd.com>
- Loading branch information
1 parent
59f6ba2
commit de5ff6a
Showing
70 changed files
with
1,756 additions
and
1,637 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.