-
Notifications
You must be signed in to change notification settings - Fork 772
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[flash_ctrl,dv] update expected double bit error set
When multiple writes are issued to the same address of flash device, data corruption is exected and detected by checking ecc. However, flash device can only be update from 1 to 0 (not the other way), multiple writes can make data bits converge to 0 and this can cause to generate double bit error. So expected double bit error in the error tests, is updated such that it can only be set only after tb caculates ecc and confirms it to generate double bit error. Signed-off-by: Jaedon Kim <[email protected]>
- Loading branch information
Showing
2 changed files
with
88 additions
and
55 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