Sign In

Don't have a Xilinx account yet?

  • Choose to receive important news and product information
  • Gain access to special content
  • Personalize your web experience on Xilinx.com

Create Account

Username

Password

Forgot your password?
XClose Panel
Xilinx Home
Reply
Contributor
pixie_sunky
Posts: 51
Registered: ‎06-05-2009
0

Regional Clock Resources in the process of Partial Reconfiguration

Hi everyone

 

I woud like to use a BUFR to drive clock signal and utilise the regional clock resources to perform PR.  I instantiated the BUFR primitive in the top file and performed PR. Everying worked fine and it can meet the timing requirements. However when I open the implemented design using FPGA editor, I found the clock routings used is shown in the Figure below.

 

It seems the design used local clock routing instand of regional clock resources although the BUFR is used ( cause I know the regional clock is a dedicated clock resources).

 

I instantiated the BUFR as follow:

 

Inst1_BUFR : BUFR

 

port map (
I => clk,
CE=> '1',
CLR => '0',
O => clk_int
);

 

Can some tell me what is the problem of the design using the regional clock resources???

If want to use regional clock resources in the process of PR, what should I do??

 

Cheers

BUFR.jpg
Xilinx Employee
woodsd
Posts: 217
Registered: ‎04-16-2008
0

Re: Regional Clock Resources in the process of Partial Reconfiguration

What you are describing sounds correct.  As a test, I just ran the PR Tutorial Design and replaced the BUFG with a BUFR just as you instantiated it below.  My resulting BUFR routing was correct (see below).  Double check your HDL and make sure everything is connected as you expect, or use PlanAhead's schematic viewer to look at the connections in the netlist.

bufr_route.png