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

请问specify (in => out) = (600,600);有什么用?

请问specify (in => out) = (600,600);有什么用?

请问下面这个什么意思:
  specify
    (in => out) = (600,600);
  endspecify
整个模块式这样的:
module delay (in, out);
  input  in;
  output out;


  assign out = in;


  specify
    (in => out) = (600,600);
  endspecify
endmodule 


谢谢 

http://toolbox.xilinx.com/docsan/xilinx5/help/hdledit/html/verilog_specify.htm
我英语不好,你自己翻译吧
返回列表