eda技术实用教程课后答案解答_unit5new

eda技术实用教程课后答案解答_unit5new

ID:34632728

大小:137.89 KB

页数:5页

时间:2019-03-08

eda技术实用教程课后答案解答_unit5new_第1页
eda技术实用教程课后答案解答_unit5new_第2页
eda技术实用教程课后答案解答_unit5new_第3页
eda技术实用教程课后答案解答_unit5new_第4页
eda技术实用教程课后答案解答_unit5new_第5页
资源描述:

《eda技术实用教程课后答案解答_unit5new》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库

1、0110907班2009210221左学目录5.7_7人表决器.................................................................................................................................25.7_4位4输入最大值检测电路.....................................................................................................35.11序列发生器.....

2、.........................................................................................................................45.11序列发生器仿真波形图..........................................................................................................55.138位左移移位寄存器.....................................

3、...........................................................................55.138位左移移位寄存器仿真波形图............................................................................................65.7_7人表决器.libraryieee;useieee.std_logic_1164.all;useieee.std_logic_unsigned.all;entityvoteisport(seveninpu

4、t:instd_logic_vector(6downto0);pass_ornot:outstd_logic);endentityvote;architecturebhvofvoteisbeginprocess(seveninput)variableQ:std_logic_vector(6downto0);beginQ:="0000000";fornin0to6loopif(seveninput(n)='1')thenQ:=Q+1;endif;endloop;ifQ>4thenpass_ornot<='1';elsepass_ornot<='0';endif;endprocess

5、;endarchitecturebhv;0110907班2009210221左学5.7_4位4输入最大值检测电路.libraryieee;useieee.std_logic_1164.all;useieee.std_logic_unsigned.all;entitymaxof4isport(input1:instd_logic_vector(3downto0);input2:instd_logic_vector(3downto0);input3:instd_logic_vector(3downto0);input4:instd_logic_vector(3downto0);max

6、output:outstd_logic_vector(3downto0));endentitymaxof4;architecturebhvofmaxof4isbeginprocess(input1,input2,input3,input4)variabletemp1:std_logic_vector(3downto0);variabletemp2:std_logic_vector(3downto0);begintemp1:="0000";temp2:="0000";fornin3to0loopif(input1(n)>input2(n))thentemp1:=input1;exi

7、t;elsetemp1:=input1;exit;endif;endloop;fornin3to0loopif(input3(n)>input4(n))thentemp2:=input3;exit;elsetemp1:=input1;exit;endif;endloop;fornin3to0loopif(temp1(n)>temp2(n))thenmaxoutput<=temp1;exit;elsemaxoutput<=temp1;exit;endif;endloop;endpr

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。