Odd behavior of BUFGMUX in Virtex-2...

Hi, there:

I am using some 14 global clock buffers in the design, I instantiated all of them as BUFGMUX...for example...

In simulation, it showed some gray time on clk_12m at the two transitions of sel...how may I do correct this?

BUFGMUX CLK_BUF2( .O( clk_12m ), .I0( clk_12m_o ), .I1( clk_12m_o ), .S( sel ) ); //1 BUFGMUX CLK_BUF2( .O( clk_12m ), .I0( clk_12m_o ), .I1( ), .S( sel ) ); //2 BUFGMUX CLK_BUF2( .O( clk_12m ), I( clk_12m_o ) );

initial begin sel

Reply to
Tungsten-W
Loading thread data ...

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.