完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
扫一扫,分享给好友
always @ ( posedge CLK ) //Detect the rising edge of the clock and reset the falling edge
if( CLK ) begin LastPinIn <= PinIn; if( (PinIn==0)&&(LastPinIn==1) ) begin En<='b1; end if(En==1) begin count <= count + 'b1; end if(count>'d10) begin if(PinIn==0) begin rPinOut <= 'b1; end count <= 'd0; En <= 'b0; end if(rPinOut==1) begin rPinOut <= 'b0; end end 这个语句具体讲的是什么意思呀 always @ ( posedge CLK ) //Detect the rising edge of the clock and reset the falling edge begin case(i) 'd0 : i<=i; 'd1 :begin //The LFSR program makes a selection of pseudo-random numbers rand_num[0] <= rand_num[7]; rand_num[1] <= rand_num[0]; rand_num[2] <= rand_num[1]; rand_num[3] <= rand_num[2]; rand_num[4] <= rand_num[3]^rand_num[7]; rand_num[5] <= rand_num[4]^rand_num[7]; rand_num[6] <= rand_num[5]^rand_num[7]; rand_num[7] <= rand_num[6]; temp1 <= rand_num[7:2]; temp2 <= temp1; temp3 <= temp2; temp4 <= temp3; temp5 <= temp4; if(Key3=='b1) begin i <= 2; cnt <= 'd0; end end 这个LSFR的产生随机数是怎么产生的。。求大神 |
|
相关推荐
1个回答
|
|
我也想问这个,知道答案的能说一下吗?
|
|
|
|
你正在撰写答案
如果你是对答案或其他答案精选点评或询问,请使用“评论”功能。
240 浏览 0 评论
985 浏览 0 评论
矩阵4x4个按键,如何把识别结果按编号01-16(十进制)显示在两个七段数码管上?
1192 浏览 0 评论
891 浏览 0 评论
2034 浏览 0 评论
1373 浏览 31 评论
5583 浏览 113 评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-15 06:29 , Processed in 0.693287 second(s), Total 76, Slave 57 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号