-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: reorder blocks for efficiency (#9560)
Reorders blocks (Mega only) so that data bus reads are close to the top of the trace and lookups are at the bottom. This helps minimize both the memory required to store the log-deriv inverse polynomials as well as the "active" region of the trace by minimizing the distance (maximizing the overlap) of the various lookup gates with the data from which they read. (Note: tables are constructed at the bottom of the trace).
- Loading branch information
1 parent
68138d0
commit 8b4fa8c
Showing
3 changed files
with
48 additions
and
44 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
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
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