摘要:
1.forever2.repeat3.while4.forThe for statement accomplishes the same results as the following pseudo-code that is based on the while loop: begin initi... 阅读全文
摘要:
conditional statementcasestatement1. conditional statement if(expression) statement_or_null[else statement_or_null] | if_else_if_statementIf the expre... 阅读全文
摘要:
assign / deassginforce /releasethe procedural continuous assignments(using keywords assign and force) are procedural statements that allow expressions... 阅读全文
摘要:
BLOCKING ASSIGNMENTS1.A blocking procedural assignment statement shall be exectuted before the execution of the statements that follow it in a sequen... 阅读全文
摘要:
1.procedural assignments are used for updating reg ,integer , time ,real,realtime and memory data types.2.difference between procedural assignments an... 阅读全文