《EDA技术(机械)实验报告--数字信号发送和接收电路.docx》由会员分享,可在线阅读,更多相关《EDA技术(机械)实验报告--数字信号发送和接收电路.docx(5页珍藏版)》请在第一文库网上搜索。
1、实验报告(计算机类)开课学院及实验室:实验时间:年月日学生姓名学号成绩学生所在学院年级/专业/班课程名称EDA技术(机械)课程代码实验项目名称数字信号发送和接收电路项目代码指导教师项目学分一、实验目的1 .了解VHD1语言编程方法,学会熟练运用quartus软件2 .了解如何使用VHD1设计数字信号发送和接收电路二、内容与设计思想1 .设计一个5位数字信号发送和接收电路,在数据接收端只有在代码传送无误后才把数据代码并行输出,串行偶校验检测器可通过异或实现。2 .数据传送的格式采用异步串行通信的格式,包含起始位、数据位、校验位、停止位和空闲位。3 .此实验可选用两个实验箱完成,一个发送数据,一个
2、接收数据,其时钟必须一样,且共地三、使用环境winXP或Win7Quartusii编程环境四、核心代码及调试过程数字信号发送和接收电路信号发送模块Iibraryieee;useieee.std_Iogic_1164.aII;useieee.std_Iogic_unsigned.a11;entityfaisport(start:instd_1ogic;a:std_Iogic_vector(4downto0);e1k:instd_1ogic;b:outstd_1ogic);architecturert1offaisbeginprocess(cIk,a)variabIetemp:std_Iogic_
3、vector(6downto0);variabIetmp,m:std_1ogic;variabIetmp1:integerrange0to7;beginif(cIk,eventandcIk=)thenif(m=,0,)thentmp:=1;endif;if(start=0)thenm:=r;temp(5downto1):=a(4downto0);a(1)xora(0);temp(6):=a(4)xora(3)xora(2)xortemp(0):=O;temp:=1&temp(6downto1);if(tmp17)thentmp1:=tmp1+1;eIsem:=O;temp:=0000000;t
4、mp1:=0;endif;endif;endif;b=tmp;endprocess;endrt1;信号接收模块Iibraryieee;useieee.std_Iogic_1164.aII;entityrevisport(cIk,re:instd_1ogic;Imp:outstd_Iogic_vector(4downto0);aIm:outstd_1ogic);endrev;architecturercv_arcofrevisbeginprocess(cIk)variabIea:std_1ogic;variabIeent:integerrange0to6;variabIeshift:std_Io
5、gic_vector(5downto0);beginifcIk,eventandCIk=1thenifa=0,thenifre=O,thena:=r;a1m=,0,;endif;eIseifcnt6thenshift:=re&shift(5downto1);Cnt:=Cnt+1;eIseent:=0;a:=O;if(shift(0)xorshift(1)xorshift(2)xorshift(3)xorshift(4)xorShift(5)=0then1mp=shift(4downto0);eIsea1m=,;endif;endif;endif;endif;endprocess;endrcv_arc;总体框图;五、总结六、附录(仿真结果)MasterTimeBar:19.425ns|Pointer:62.81nsInterva1:43.39nsStart:End:A美A电的当NameVa1ue19.4370.0ns80.0ns90.0ns100.0ns01e1kstartaAAA2AAAIAAIAIAIAIAIAIAIAI-1111-111111r1r1r1r1111r1r1r1r1r1r1JIIII是2263-a4-a3-a2-a1-a049560708131X26Qg-14-13-12-11-10210QI1I212Q13III214a1mri