- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Error message : Buffers of the same direction cannot be placed in series.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-25-2008 12:13 AM
ERROR:NgdBuild:770 - IBUFG 'dll_int/CLKFB_IBUFG_INST' and BUFG 'bufg_clk_out' on
net 'fpga_clk_out_OBUF' are lined up in series. Buffers of the same direction
cannot be placed in series.
ERROR:NgdBuild:462 - input pad net 'fpga_clk_out_OBUF' drives multiple buffers:
pin I on block dll_int/CLKFB_IBUFG_INST with type IBUFG,
pin I on block fpga_clk_out_OBUF with type OBUF
ERROR:NgdBuild:924 - input pad net 'fpga_clk_out_OBUF' is driving non-buffer
primitives:
pin O on block bufg_clk_out with type BUFG
ERROR:NgdBuild:947 - input pad net 'fpga_clk_out_OBUF' is driving non-input
buffer(s):
pin O on block bufg_clk_out with type BUFG
ERROR:NgdBuild:770 - IBUFG 'dll_ext/CLKFB_IBUFG_INST' and BUFG
'ibufg_sys_clk_fb' on net 'sys_clk_fb' are lined up in series. Buffers of the
same direction cannot be placed in series.
ERROR:NgdBuild:462 - input pad net 'sys_clk_fb' drives multiple buffers:
pin I on block dll_ext/CLKFB_IBUFG_INST with type IBUFG,
pin I on block dll_int/CLKIN_IBUFG_INST with type IBUFG
ERROR:NgdBuild:924 - input pad net 'sys_clk_fb' is driving non-buffer
primitives:
pin O on block ibufg_sys_clk_fb with type BUFG
ERROR:NgdBuild:770 - IBUFG 'dll_ext/CLKIN_IBUFG_INST' and BUFG 'ibufg_sys_clk'
on net 'sys_clk' are lined up in series. Buffers of the same direction cannot
be placed in series.
ERROR:NgdBuild:462 - input pad net 'sys_clk' drives multiple buffers:
pin I on block dll_ext/CLKIN_IBUFG_INST with type IBUFG,
pin I on block LAC1_not00001_INV_0 with type INV
ERROR:NgdBuild:924 - input pad net 'sys_clk' is driving non-buffer primitives:
pin D on block LAC4 with type FD,
pin O on block ibufg_sys_clk with type BUFG
-------------------------------
Number of errors: 10
Number of warnings: 0
Re: Error message : Buffers of the same direction cannot be placed in series.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
10-15-2008 01:54 AM
This is a peculiar problem with few of Xilinx architecture. I am trying to get one Spartan3 design onto Virtex2P and facing the same problem for a inout differential signal. But in your case its DCM so no need to worry. There are cascaded DCMs avilable under coregen, use them rather than manually connecting. This should solve your problem.
Re: Error message : Buffers of the same direction cannot be placed in series.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-28-2009 11:57 AM
Hi,
I have a similar problem, but this time I am connecting two DCMs (both generated using Xilnix's IP coregen) in PARALLEL. Therefore both clock inputs of the DCMs are connected to the clock input pad.
An NgdBuild 462 error is displayed. The error states that "input pad net clock drives multiple buffers
I tried to disable the ADD I/O BUFFERS from the Xilinx Specific Options properties but it still did not work.
I am using ISE 9.2i
Any ideas please?
Thanks in advance.
Cheers
Re: Error message : Buffers of the same direction cannot be placed in series.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-28-2009 05:05 PM
It's mostly likely that when you generated the DCMs, you selected "External" for "CLKIN Source" and the tool then inserted the global clock input buffer (IBUFG) in the generated DCM code for the both DCMs. The error message basically tells you that a single input can't drive two IBUFGs. You should go back to CoreGen and regenerate the DCM files with "Internal" for "CLKIN" Source.
Cheers,
Jim
Jim
Re: Error message : Buffers of the same direction cannot be placed in series.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-29-2009 12:02 AM
10x Jim, you are right. I did choose the External clock drive.
Thanks again.
Cheers
Re: Error message : Buffers of the same direction cannot be placed in series.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-20-2012 12:55 PM
Thank you Jim, that fixed the problem !
Re: Error message : Buffers of the same direction cannot be placed in series.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-03-2013 03:08 AM
tks, hit the spot for me too.











