集成电路技术分享

 找回密码
 我要注册

QQ登录

只需一步,快速开始

搜索
查看: 999|回复: 1

一个语句,如何理解。

[复制链接]
wolfson 发表于 2012-11-29 22:05:43 | 显示全部楼层 |阅读模式
always @(posedge clk)
   begin : bc_proc   if (rst == 1'b 1)
//  sync reset
      begin
      bit_ctr <= 3'b 000;       
      end
   else
      begin
      if (tx_start == 1'b 1)
         begin
         bit_ctr <= ssel[7:5];       
         end
      else if (shift_clk == 1'b 1 )
         begin
         bit_ctr <= bit_ctr - 1'b 1;       
         end
      end
   end


上面语句中的  :bc_proc     (红色字体显示的)  是什么语句,怎么理解?
liushui_fei 发表于 2012-11-30 14:45:03 | 显示全部楼层
是块名字吧
您需要登录后才可以回帖 登录 | 我要注册

本版积分规则

关闭

站长推荐上一条 /1 下一条

QQ|小黑屋|手机版|Archiver|fpga论坛|fpga设计论坛 ( 京ICP备20003123号-1 )

GMT+8, 2025-6-26 21:26 , Processed in 0.085980 second(s), 19 queries .

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表