-
Notifications
You must be signed in to change notification settings - Fork 303
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove overly restrictive PRBS check
Summary: PRBS can be run if 1) The circuit is drained 2) Device A is drained 3) Device Z is drained The current check only focuses on 2 (assuming you are on Device A) and stops us from running PRBS of scenarios 1&3. Remove the check and let the caller (looperino) before we run PRBS Reviewed By: srikrishnagopu, harshitgulati18 Differential Revision: D62768015 fbshipit-source-id: 94bcf088f8ed31d9e86f4a8680d1f3cae1a43780
- Loading branch information
1 parent
9e588f3
commit 9bbe9d9
Showing
2 changed files
with
141 additions
and
158 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