forked from enjoy-digital/litex
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit changes behaviour during DCS training. Previously DCS window of any length that started at delay 0, was considered a valid DCS window even if window was 1 tap long. This would cause issues when either of DCS0 or DCS1 were valid, but second one wasn't. Main issue was that training code would select delays in a way such that DCS0 and DCS1 were 1 cycle apart. This commit changes minimal window size from 1 to at least `taps_per_clock_cycle`/8 on DCS0 to guarantee that both DCSes will be valid during training. Signed-off-by: Maciej Dudek <[email protected]>
- Loading branch information
Showing
4 changed files
with
58 additions
and
18 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
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