Skip to content

Commit

Permalink
Changed display error to fatal
Browse files Browse the repository at this point in the history
  • Loading branch information
leonow32 committed Jan 6, 2024
1 parent 28bb93f commit bb5747e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion double_dabble_sequential/double_dabble_tb.v
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ module DoubleDabble_tb();
PassCounter = PassCounter + 1;
else begin
FailCounter = FailCounter + 1;
//$display("Result: %h, Binary %h, BCD: %h", Result, Binary, BCD);
$fatal(0, "Result: %h, Binary %h, BCD: %h", Result, Binary, BCD);
end
end
endtask
Expand Down

0 comments on commit bb5747e

Please sign in to comment.