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 | Question about Virtex-4 DCM

There are 3 messages in this thread.

You are currently looking at messages 0 to 3.

Question about Virtex-4 DCM - 2007-09-10 16:27:00

I have an application where I need to model a
circuit that has two
power rails.

A Vitrex-4 has only one internal power rail, so I was thinking about
disabling the DCM to simulate a power-down.

This would be done by taking the signal that is normally used to
enable power to the rest of the chip, and using it to remove the reset
from the DCM.

I'm not concerned with DCM weirdness during start-up; I have to deal
with similar issues when powering up a section of the chip at a time.

Any comments?  Has anyone actually tried this?

Thanks,
Gary.

______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.



Re: Question about Virtex-4 DCM - austin - 2007-09-11 02:27:00

Gary,

There is the BUFGMUX, which will allow you to switch from a clock, to 
another.

Set it for asynchronous operation (allows a switch to a dead clock), 
,and then just switch over to a BUFG which has no clock on it (connected 
to a '0' or a '1').

I believe that RESET will also work, but as you say, there will be 
transitions that may occur, and if you just want everything to cease, 
the BUFGMUX may be a better test.

Austin (at RADECS 2007, in Deauville, Fr)

Austin
______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.

Re: Question about Virtex-4 DCM - 2007-09-12 01:41:00

On Sep 10, 11:27 pm, austin
<aus...@xilinx.com> wrote:
> Gary,
>
> There is the BUFGMUX, which will allow you to switch from a clock, to
> another.
>
> Set it for asynchronous operation (allows a switch to a dead clock),
> ,and then just switch over to a BUFG which has no clock on it (connected
> to a '0' or a '1').
>
> I believe that RESET will also work, but as you say, there will be
> transitions that may occur, and if you just want everything to cease,
> the BUFGMUX may be a better test.
>
> Austin (at RADECS 2007, in Deauville, Fr)
>
> Austin

Thanks.

______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.