-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cheby: don't instantiate RAM for coeffs
Instead of instantiating a "shadow" RAM for holding the coefficients, simply access'em through a RAM interface. This optmizes resource usage and might ease timing closure. NOTE: The ABI wasn't broken. The only thing that's changed is the removal of the control register (no need to effectivate the coefficients anymore).
- Loading branch information
1 parent
627e7e6
commit db6d1af
Showing
7 changed files
with
655 additions
and
1,067 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
Oops, something went wrong.