2014年8月12日
摘要: 切换路径,建立库并编译所有源文件之后,键入命令: vopt +acc topmodulename -o top vsim top其中topmodulename是顶层模块的名称。 阅读全文
posted @ 2014-08-12 21:17 southernduck 阅读(361) 评论(0) 推荐(0) 编辑
摘要: 对位宽为8的寄存器组rDATA[0:255]进行了初始化。reg [7:0] rDATA;initial begin $readmemh("sin.dat",rDATA); end将rSR[3]写入文件。reg [7:0] rSR[3];integer fid;initia... 阅读全文
posted @ 2014-08-12 21:11 southernduck 阅读(1354) 评论(0) 推荐(0) 编辑
摘要: parameter和localparam的作用范围均为本模块,区别在于前者可用于在实例化模块的时候进行参数的传递。用已定义的参数对变量赋值时,按照补码的方式处理,若出现溢出的情况,则截取低位。 阅读全文
posted @ 2014-08-12 09:59 southernduck 阅读(245) 评论(0) 推荐(0) 编辑
  2014年5月15日
摘要: %s format as a string%d format with no fractional part (integer format)%f format as a oating-point value%e format as a oating-point value in scienti c... 阅读全文
posted @ 2014-05-15 09:11 southernduck 阅读(195) 评论(0) 推荐(0) 编辑
  2014年4月28日
摘要: Operations supported for Galois Field arrays: + - - Addition and subtraction of Galois arrays. * / \ - Matrix multiplication... 阅读全文
posted @ 2014-04-28 10:45 southernduck 阅读(603) 评论(0) 推荐(0) 编辑
  2014年4月24日
摘要: Y = awgn(X,SNR,SIGPOWER) when SIGPOWER is numeric, it represents the signal power in dBW. When SIGPOWER is 'measured', awgn measuresthe signal power b... 阅读全文
posted @ 2014-04-24 22:43 southernduck 阅读(471) 评论(0) 推荐(0) 编辑
  2014年1月26日
摘要: figure只能设置序号不能设置title而stem和plot可以设置title 阅读全文
posted @ 2014-01-26 11:47 southernduck 阅读(158) 评论(0) 推荐(0) 编辑
  2012年12月1日
摘要: rref=reduced row echelon form; 阅读全文
posted @ 2012-12-01 09:38 southernduck 阅读(346) 评论(0) 推荐(0) 编辑
  2012年11月29日
摘要: 一直以为“ ‘ ”是取矩阵转置的意思,事实上,它的效果不仅仅是转置,还有取共轭。 阅读全文
posted @ 2012-11-29 21:46 southernduck 阅读(181) 评论(0) 推荐(0) 编辑
  2012年11月26日
摘要: [lost]sophomorejuniorsenior 阅读全文
posted @ 2012-11-26 22:21 southernduck 阅读(114) 评论(0) 推荐(0) 编辑