VirtexII中BUFGMUX输出不定态
xilinx 的回答,碰巧看到,转贴过来:
Solution 1:
The simulation behavior is correct -- BUFGMUX always powers up with "I0" selected. Consequently, if "S=1" at "time=0", I0 is immediately de-selected as output and I1 is selected at its next falling edge.
The result is illustrated in the above simulation.
The BUFGMUX output O will be logic level "0" (GND) when S is changing from I0 to I1, and vice-versa.
For more information on BUFGMUX behavior, please see the Virtex-II/Pro User Guides: Chapter 2, "Design Considerations" -> Using a Global Clock Network:
For Virtex-II Pro:
http://www.xilinx.com/xlnx/xweb/xil_publications_display.jsp?category=/Data+Sheets/FPGA+Device+Families/Virtex-II+Pro&iLanguageID=1
For Virtex-II:
http://www.xilinx.com/xlnx/xweb/xil_publications_display.jsp?category=/Data+Sheets/FPGA+Device+Families/Virtex-II&iLanguageID=1
****************
*Live In Coding*
****************