Skip to content

Commit

Permalink
minor formatting updates to alert
Browse files Browse the repository at this point in the history
  • Loading branch information
JimLewis committed Apr 9, 2018
1 parent 0ba36f5 commit 86602d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion TbUtilPkg.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,8 @@ package body TbUtilPkg is
iDelayVal := DelayVal - t_sim_resolution ;
else
iDelayVal := 0 sec ;
AlertIf(OSVVM_ALERTLOG_ID, DelayVal < 0 sec, "osvvm.TbUtilPkg.Toggle: Delay value < 0 ns") ;
AlertIf(OSVVM_ALERTLOG_ID, DelayVal < 0 sec,
"osvvm.TbUtilPkg.Toggle: Delay value < 0 ns", WARNING) ;
end if ;
Sig <= not Sig after iDelayVal ;
end procedure Toggle ;
Expand Down

0 comments on commit 86602d6

Please sign in to comment.