You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to SVUnit User Group
unit testing combinational logic can be tricky at first b/c of the timing. with the '<=' assignments and the immediate `FAIL_IF, the comb output doesn't have time to resolve in the simulator. a #0 before the `FAIL_IF should change that...