コード例 #1
0
ファイル: Scorboard.py プロジェクト: typingArtist/CocotbLib
 def endPhase(self, phase):
     Infrastructure.endPhase(self, phase)
     if phase == PHASE_CHECK_SCORBOARDS:
         if (not self.refs.empty()) or (not self.uuts.empty()):
             raise TestFailure("Scoreboard not empty")
コード例 #2
0
ファイル: Scorboard.py プロジェクト: typingArtist/CocotbLib
 def endPhase(self, phase):
     Infrastructure.endPhase(self, phase)
     if phase == PHASE_CHECK_SCORBOARDS:
         if len(self.refsDic) != 0 or len(self.uutsDic) != 0:
             raise TestFailure("Scoreboard not empty")