Re: Doubts on Xilinx FPGA



Internal BlockRAMs will initialize to zero unless you specify other values.
Some BlockRAM outputs (but not on Virtex-E) have an initial state for the
synchronous output specifiable.

The initial state of the registers is a little less obvious.
If a register is preset without a clear or set without a reset (using the
S/R input) the register will initialize high.
If a register isn't preset or set, it will initialize low. This includes
registers that are reset, cleared, or have no S/R control.

I use the terms "preset" and "clear" for asynchronous events and "set" and
"reset" for synchronous.


"vssumesh" <vssumesh_asic@xxxxxxxxx> wrote in message
news:1121435487.213730.287320@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> What will be the status of F/F and internal block RAMs of VirtexE FPGA
> if i do not specify any initial condition. Can i assume that it is zero
> ?


.



Relevant Pages

  • Re: somebody characterise grand modules, do you conform them
    ... Otherwise the headmaster in Fahd's costume might register some ... Lately Murray will ... They are delivering near parallel, from time to time frequent, ... He can intend once, embody merrily, then specify ...
    (sci.crypt)
  • Re: overload constructor
    ... The constructor is a special method used to initialize the instance. ... Sometimes you wish to specify more values; sometimes you want to specify less and let the object uses defaults; sometimes you could only specify some at the time of instantiation, and will set some properties later. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: overload constructor
    ... > Hi Doug, ... > The constructor is a special method used to initialize the instance. ... > specify less and let the object uses defaults; ...
    (microsoft.public.dotnet.languages.csharp)
  • [PATCH 2/4] Net: ath5k, initial write cleanup
    ... * Initial register settings for the radio chipsets ... modify RF Banks and Initialize RF5111 ... struct ieee80211_channel *channel, unsigned int mode) ...
    (Linux-Kernel)
  • Re: Inherited Methods and such
    ... It introduces another type T w/o primitive operations; ... overriding procedure Initialize; ... If you restrict the possibility to use T'Class inside the constructor, ... you have to way to register T'Class reference/pointer from T's ...
    (comp.lang.ada)