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

📄 00164.html

📁 这是一本关于verilog编程语言的教程,对学习verilog语言有帮助
💻 HTML
📖 第 1 页 / 共 2 页
字号:
<p class="Element10">
&nbsp;</p>
<p class="Element10">
1) Multiply-clocked overlapping implication.&nbsp;</p>
<p class="Element10">
Let c be the incoming outer clock. Then the clocking of m |-&gt; q is equivalent to the clocking of @(c) m |-&gt; q&nbsp;</p>
<p class="Element10">
&nbsp;</p>
<p class="Element10">
In the presence of the incoming outer clock, m has a well-defined ending clock, and there is a welldefined clock that flows across |-&gt;. The multiply-clocked overlapped implication m |-&gt; q is legal for incoming clock c if and only if the following two conditions are met:&nbsp;</p>
<p class="Element10">
a) Every explicit semantic leading clock of q is identical to the ending clock of m.&nbsp;</p>
<p class="Element10">
b) If inherited is a semantic leading clock of q, then the ending clock of m is equal to the clock that flows across |-&gt;.&nbsp;</p>
<p class="Element10">
&nbsp;</p>
<p class="Element10">
For example </p><div class="Element170">
<a href="#" onclick="CopyElementToClipboard('code00778');">Copy Code</a></div>
<div class="Element13"><div class="Element12" id="code00778"><pre class="Element12">@(c) s |-&gt; p1 or @(c2) p2</pre></div></div>
<p class="Element10">
is not legal because the ending clock of the antecedent is c, while the consequent has c2 as an explicit semantic leading clock.&nbsp;</p>
<p class="Element10">
&nbsp;</p>
<p class="Element10">
Also, </p><div class="Element170">
<a href="#" onclick="CopyElementToClipboard('code00779');">Copy Code</a></div>
<div class="Element13"><div class="Element12" id="code00779"><pre class="Element12">@(c) s ## (@(c1) s1) |-&gt; p</pre></div></div>
<p class="Element10">
is not legal because the set of semantic leading clocks of p is {inherited}, the ending clock of the antecedent is c1, and the clock that flows across |-&gt; and is inherited by p is c.&nbsp;</p>
<p class="Element10">
&nbsp;</p>
<p class="Element10">
On the other hand, </p><div class="Element170">
<a href="#" onclick="CopyElementToClipboard('code00780');">Copy Code</a></div>
<div class="Element13"><div class="Element12" id="code00780"><pre class="Element12">@(c) s |-&gt; p1 or @(c) p2</pre></div></div>
<p class="Element10">
and </p><div class="Element170">
<a href="#" onclick="CopyElementToClipboard('code00781');">Copy Code</a></div>
<div class="Element13"><div class="Element12" id="code00781"><pre class="Element12">@(c) s ## @(c1) s1 |-&gt; p1 or @(c1) p2</pre></div></div>
<p class="Element10">
are both legal.&nbsp;</p>
<p class="Element10">
&nbsp;</p>
<p class="Element10">
2) Multiply-clocked if/if...else&nbsp;</p>
<p class="Element10">
Let c be the incoming outer clock. Then the clocking of if (b) q1 [ else q2 ] is equivalent to the clocking&nbsp;</p>
<p class="Element10">
of </p><div class="Element170">
<a href="#" onclick="CopyElementToClipboard('code00782');">Copy Code</a></div>
<div class="Element13"><div class="Element12" id="code00782"><pre class="Element12">@(c) if (b) q1 [ else q2 ]</pre></div></div>
<p class="Element10">
The boolean condition b is clocked by c, so the multiply-clocked if/if...else if (b) q1 [ else q2 ] is legal for incoming clock c if and only if the following condition is met:
<ul class="Element632">
<li class="Element602">Every explicit semantic leading clock of q1 [ or q2 ] is identical to c.</li>
</ul>For example, </p><div class="Element170">
<a href="#" onclick="CopyElementToClipboard('code00783');">Copy Code</a></div>
<div class="Element13"><div class="Element12" id="code00783"><pre class="Element12">@(c) if (b) p1 else @(c) p2</pre></div></div>
<p class="Element10">
is legal, but </p><div class="Element170">
<a href="#" onclick="CopyElementToClipboard('code00784');">Copy Code</a></div>
<div class="Element13"><div class="Element12" id="code00784"><pre class="Element12">@(c) if (b) @(c) (p1 and @(c2) p2)</pre></div></div>
<p class="Element10">
is not.</p></div>
</div>
<a name="Group"></a><div class="Element14">
<a onclick="toggleVisibilityStored('Group');" class="a_Element14"><img src="sectionminus.png" border="0" alt="" title="" id="imgGroup">Group</a></div>
<div id="divGroup">
<div class="Element11">
<div class="Element10">
<p class="Element10">
<a href="00163.html" target="topic">17.14 时钟解析</a></p></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="00163.html" target="topic">17.14 时钟解析</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 + -