lpm_counter0_waveforms.html

来自「Verilog 经典实例」· HTML 代码 · 共 17 行

HTML
17
字号
<html>
<head>
<title>Sample Waveforms for lpm_counter0.v </title>
</head>
<body>
<h2><CENTER>Sample behavioral waveforms for design file lpm_counter0.v </CENTER></h2>
<P>The following waveforms show the behavior of lpm_counter megafunction for the chosen set of parameters in design lpm_counter0.v. The design lpm_counter0.v is a 28 bit up counter. The counter has a synchronous clear input. </P>
<CENTER><img src=lpm_counter0_wave0.jpg> </CENTER>
<P><CENTER><FONT size=2>Fig. 1 : Wave showing counter operation. </CENTER></P>
<P><FONT size=3>The output port cout will be asserted at the completion of count sequence. The ports cin and cout are used to chain multiple counters together. </P>
<CENTER><img src=lpm_counter0_wave1.jpg> </CENTER>
<P><CENTER><FONT size=2>Fig. 2 : Wave showing counter cout and/or modulus operation. </CENTER></P>
<P><FONT size=3>The output port cout will be asserted at the completion of count sequence. </P>
<P></P>
</body>
</html>

⌨️ 快捷键说明

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