新聞中心

EEPW首頁 > EDA/PCB > 設(shè)計(jì)應(yīng)用 > CLKDLL使用帶來的思考

CLKDLL使用帶來的思考

作者: 時(shí)間:2011-03-08 來源:網(wǎng)絡(luò) 收藏

  // 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分頻時(shí)鐘)

  

點(diǎn)擊看大圖



關(guān)鍵詞: CLKDLL 帶來

評(píng)論


相關(guān)推薦

技術(shù)專區(qū)

關(guān)閉