ASSERT condition REPORT "violation statement" SEVERITY level;
ASSERT (NOT ((j='1') AND (k='1'))) REPORT "Set and Reset are both 1" SEVERITY ERROR;