首页 | 新闻 | 新品 | 文库 | 方案 | 视频 | 下载 | 商城 | 开发板 | 数据中心 | 座谈新版 | 培训 | 工具 | 博客 | 论坛 | 百科 | GEC | 活动 | 主题月 | 电子展
返回列表 回复 发帖

[求助]Verilog 异步复位怎么表示?

// High active ,asynchronous Reset

always ( posedge iCLK or posedge iRST ) begin
  if (iRST ) begin
    // initial statement here
  end
  else begin
    // Other behavior statement here.
  end
end

[此贴子已经被gymdove于2006-7-10 17:27:34编辑过]

test
test
test
test
test
返回列表