⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 00861.html

📁 这是一本关于verilog编程语言的教程,对学习verilog语言有帮助
💻 HTML
📖 第 1 页 / 共 3 页
字号:
<img src="31_31.png" border="0" alt="" title="">&nbsp;</div></td></tr><tr>
<td class="Element202" valign="top" width="50%">
<div class="Element203">
<a href="00474.html" target="topic">31.32 Property Specification</a>&nbsp;</div></td><td class="Element206" valign="top" width="50%">
<div class="Element207">
<img src="31_32_1.png" border="0" alt="" title=""><br>NOTE<br>Variables are declarations of property variables. You cannot get the value of these variables.<br><br><img src="31_32_2.png" border="0" alt="" title=""><br>NOTES:<br>1. within the context of a property expr, vpiOpType can be any one of vpiNotOp, vpiImplyOp, vpiDelayedImplyOp, vpiAndOp, vpiOrOp, vpiIfOp, vpiIfElseOp<br>Operands to these operations will be provided in the same order as show in the BNF.&nbsp;</div></td></tr><tr>
<td class="Element202" valign="top" width="50%">
<div class="Element203">
<a href="00475.html" target="topic">31.33 Multiclock Sequence Expression</a>&nbsp;</div></td><td class="Element206" valign="top" width="50%">
<div class="Element207">
<img src="31_33.png" border="0" alt="" title="">&nbsp;</div></td></tr><tr>
<td class="Element202" valign="top" width="50%">
<div class="Element203">
<a href="00476.html" target="topic">31.34 Sequence Declaration</a>&nbsp;</div></td><td class="Element206" valign="top" width="50%">
<div class="Element207">
<img src="31_34.png" border="0" alt="" title=""><br>NOTE:<br>the vpiArgument iterator shall return the sequence instance arguments in the order that the formals for the sequence are declared, so that the correspondence between each argument and its respective formal can be made. If a formal has a default value, that value will appear as the argument should the instantiation not provide a value for that argument.&nbsp;</div></td></tr><tr>
<td class="Element202" valign="top" width="50%">
<div class="Element203">
<a href="00477.html" target="topic">31.35 Sequence Expression</a>&nbsp;</div></td><td class="Element206" valign="top" width="50%">
<div class="Element207">
<img src="31_35.png" border="0" alt="" title=""><br>Notes:<br>2. Within a sequence expression, vpiOpType can be any one of vpiAndOp, vpiIntersectOp, vpiOr, vpiFirstMatchOp, vpiThroughoutOp, vpiWithinOp, vpiUnaryCycleDelayOp, vpiCycleDelayOp, vpiRepeatOp, vpiConsecutiveRepeatOp or vpiGotoRepeatOp.<br>3. For operations, the operands are provided in the same order as the operands appear in BNF, with the following exceptions:<br>vpiUnaryCycleDelayOp: arguments will be: sequence, left range, right range. Right range will only be given if different than left range.<br>vpiCycleDelayOp: argument will be: LHS sequence, rhs sequence, left range, right range. Right range will only be provided if different than left range.<br>all the repeat operators: the first argument will be the sequence being... <a href="00477.html" target="topic">more</a>&nbsp;</div></td></tr><tr>
<td class="Element202" valign="top" width="50%">
<div class="Element203">
<a href="00478.html" target="topic">31.36 Attribute (supersedes IEEE 1364-2001 26.6.42)</a>&nbsp;</div></td><td class="Element206" valign="top" width="50%">
<div class="Element207">
<img src="31_36.png" border="0" alt="" title="">&nbsp;</div></td></tr><tr>
<td class="Element202" valign="top" width="50%">
<div class="Element203">
<a href="00479.html" target="topic">31.37 Atomic Statement (supersedes IEEE 1364-2001 26.6.27)</a>&nbsp;</div></td><td class="Element206" valign="top" width="50%">
<div class="Element207">
<img src="31_37.png" border="0" alt="" title="">&nbsp;</div></td></tr><tr>
<td class="Element202" valign="top" width="50%">
<div class="Element203">
<a href="00480.html" target="topic">31.38 If, if else, return, case, do while (supersedes IEEE 1364-2001 26.6.35, 26.6.36)</a>&nbsp;</div></td><td class="Element206" valign="top" width="50%">
<div class="Element207">
<img src="31_38.png" border="0" alt="" title="">&nbsp;</div></td></tr><tr>
<td class="Element202" valign="top" width="50%">
<div class="Element203">
<a href="00481.html" target="topic">31.39 waits, disables, expect, foreach (supersedes IEEE 1364 26.6.38)</a>&nbsp;</div></td><td class="Element206" valign="top" width="50%">
<div class="Element207">
<img src="31_39.png" border="0" alt="" title="">&nbsp;</div></td></tr><tr>
<td class="Element202" valign="top" width="50%">
<div class="Element203">
<a href="00483.html" target="topic">31.40 Simple expressions (supersedes IEEE 1364-2001 26.6.25)</a>&nbsp;</div></td><td class="Element206" valign="top" width="50%">
<div class="Element207">
<img src="31_40.png" border="0" alt="" title="">&nbsp;</div></td></tr><tr>
<td class="Element202" valign="top" width="50%">
<div class="Element203">
<a href="00484.html" target="topic">31.41 Expressions (supersedes IEEE 1364-2001 26.6.26)</a>&nbsp;</div></td><td class="Element206" valign="top" width="50%">
<div class="Element207">
<img src="31_41.png" border="0" alt="" title=""><br>NOTES:<br>1) For an operator whose type is vpiMultiConcat, the first operand shall be the multiplier expression. The remaining operands shall be the expressions within the concatenation.<br>2) The property vpiDecompile will return a string with a functionally equivalent expression to the original expression within the HDL. Parenthesis shall be added only to preserve precedence. Each operand and operator shall be separated by a single space character. No additional white space shall be added due to parenthesis.<br>3) New vpiOpTypes: vpiInsideOp, vpiMatchOp, vpiCastOp, vpiPreIncOp, vpiPostIncOp, vpiPreDecOp, vpiPostDecOp, vpiIffOp, vpiCycleDelayOp. The cast operation is represented as a unary operation, with its... <a href="00484.html" target="topic">more</a>&nbsp;</div></td></tr><tr>
<td class="Element202" valign="top" width="50%">
<div class="Element203">
<a href="00485.html" target="topic">31.42 Event control (supersedes IEEE 1364-2001 26.6.30)</a>&nbsp;</div></td><td class="Element206" valign="top" width="50%">
<div class="Element207">
<img src="31_42.png" border="0" alt="" title=""><br>NOTE—For event control associated with assignment, the statement shall always be NULL.&nbsp;</div></td></tr><tr>
<td class="Element202" valign="top" width="50%">
<div class="Element203">
<a href="00486.html" target="topic">31.43 Event stmt (supersedes IEEE 1364-2001 26.6.27)</a>&nbsp;</div></td><td class="Element206" valign="top" width="50%">
<div class="Element207">
<img src="31_43.png" border="0" alt="" title="">&nbsp;</div></td></tr><tr>
<td class="Element202" valign="top" width="50%">
<div class="Element203">
<a href="00487.html" target="topic">31.44 Process (supersedes IEEE 1364-2001 26.6.27)</a>&nbsp;</div></td><td class="Element206" valign="top" width="50%">
<div class="Element207">
<img src="31_44.png" border="0" alt="" title=""><br>NOTE- vpiAlwaysType can be one of: vpiAlwaysComb, vpiAlwaysFF, vpiAlwaysLatch&nbsp;</div></td></tr><tr>
<td class="Element202" valign="top" width="50%">
<div class="Element203">
<a href="00488.html" target="topic">31.45 Assignment (supersedes IEEE 1364-2001 26.6.28)</a>&nbsp;</div></td><td class="Element206" valign="top" width="50%">
<div class="Element207">
<img src="31_45.png" border="0" alt="" title=""><br>NOTE: vpiOpType will return vpiAssignmentOp for normal non-blocking ’=’ assignments, and the operator combined with the assignment for the operators described in section 7.3.<br><br>For example, the assignment &nbsp;</div></td></tr></table></div></div>
</div>
</div>
</div>
<a name="Links"></a><div class="Element14">
<a onclick="toggleVisibilityStored('链接');" class="a_Element14"><img src="sectionminus.png" border="0" alt="" title="" id="img链接">链接</a></div>
<div id="div链接">
<div class="Element11">
<div class="Element10">
<a href="01006.html" target="topic">主题</a></div>
</div>
</div>
</div>
<!-- End Page Content -->

<!-- Begin Page Footer -->
<hr width="98%" align="center" size="1" color="#CCCCCC" />
<table align="center" cellpadding="0" cellspacing="0" border="0">
	<tbody>
		<tr height="10">
			<td></td>
		</tr>
		<tr align="center">
			<td>
<script type="text/javascript"><!--
google_ad_client = "pub-5266859600380184";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_page_url = document.location;
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
			</td>
		</tr>
		<tr height="15">
			<td></td>
		</tr>
		<tr align="center">
			<td>
				<font size=2>除非特别声明,原文版权归作者所有,如有转摘请注明原作者以及译者(<a href="http://www.fpgatech.net/"  target="_blank">FPGA技术网</a>)信息。<br />
如果您对本主题有何建议或意见,请登陆<a href="http://www.fpgatech.net/forum/forumdisplay.php?fid=18" target="_blank">FPGA开发者家园</a>提交,您的参与是我们前进的动力。</font>
<script language="javascript" type="text/javascript" src="http://js.users.51.la/195685.js"></script>
<noscript><a href="http://www.51.la/?195685" target="_blank"><img alt="&#x6211;&#x8981;&#x5566;&#x514D;&#x8D39;&#x7EDF;&#x8BA1;" src="http://img.users.51.la/195685.asp" style="border:none" /></a></noscript>
			</td>
		</tr>
	</tbody>
</table>

<!-- End Page Footer -->
</div>
</div>

<!-- End Client Area -->
</body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -