Joey
Joey
Sure, I'll try to come up with something. Paraphrasing a bit of code here... Scoreboard ```python self.expected = [] self.scoreboard = Scoreboard(self.dut, fail_immediately=False) self.scoreboard.add_interface(self.clockedmonout, self.expected, strict_type=True) ``` Model within input...
Actually I believe most of the text/spacing on the left is from an internal tool :P but I will remember that!
@imphil @cmarqu Upon further examination it seems that this is accounted for, but the code that is supposed to cause a failure isn't being called. The solution that is implemented...
Closing :)