blob: 8ab0613b918d075094276cf25971228bb35c09b1 [file] [log] [blame]
/*
:name: non_blocking_assignment
:description: non-blocking assignment test
:should_fail: 0
:tags: 10.4.2
*/
module top();
logic a;
initial begin
a <= 2;
end
endmodule