新闻中心

EEPW首页 > EDA/PCB > 设计应用 > CLKDLL使用带来的思考

CLKDLL使用带来的思考

作者:时间:2011-03-08来源:网络收藏

  // BUFG : In order to incorporate this function into the design,

  // Verilog : the following instance declaration needs to be placed

  // instance : in the body of the design code. The instance name

  // declaration : (BUFG_inst) and/or the port declarations within the

  // code : parenthesis may be changed to properly reference and

  // : connect this function to the design. All inputs

  // : and outputs must be connected.

  // -----Cut code below this line---->

  // BUFG: Global Clock Buffer (source by an internal signal)

  // All FPGAs

  // Xilinx HDL Language Template, version 9.1i

  BUFG BUFG_inst (

  .O(clk00), // Clock buffer output

  .I(clk0) // Clock buffer input

  );

  // End of BUFG_inst instantiation

  黄色:clk00 绿色:clkdv(2分频时钟)

  

点击看大图



关键词: CLKDLL 带来

评论


相关推荐

技术专区

关闭