Sign in

username:

password:



Not a member?

Search Comp.Arch.FPGA



Search tips

fpga by Keywords

Altera | ASIC | CPLD | Cyclone | DCM | DDR | DSP | Ethernet | ISE | JTAG | Linux | LVDS | Microblaze | ML310 | Modelsim | NIOS | OPB | PCI | Quartus | RocketIO | SDRAM | Spartan | Spartan3 | SRAM | Stratix | Verilog | VHDL | Virtex | Virtex-4 | Virtex-II | Xilinx | XST


Ads

See Also

DSPEmbedded SystemsElectronics

Comp.Arch.FPGA | virtex II global buffer

There are 2 messages in this thread.

You are currently looking at messages 0 to 2.

virtex II global buffer - zora - 2005-11-23 12:16:00

HiI need to use more than 8 global buffer in a virtex II design.I know that VirtexII supports up to 16 Global Buffer divided in moreclock regions, but ISE PAR doesn't automatically divide project intwo (or more) clock region and it uses only 8 global buffer. How canI use the other global buffer?
______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.



Re: virtex II global buffer - Brannon - 2005-11-23 12:40:00

You need to manually instantiate BUFG or BUFGMUX
operators. The tools
are not going to infer more than 8 because there is only 8 global clock
connections. To use more than 8 you have to limit the connections on
some of them to one quadrant of the chip. Use the -timing parameter on
the mapper to place them or manually locate them yourself -- something
you will likely have to do anyway. When you manually instantiate them
make sure that some of them are only connected to objects in their
quadrant of the chip.