Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   VHDL (http://www.velocityreviews.com/forums/f18-vhdl.html)
-   -   Power up state (http://www.velocityreviews.com/forums/t688626-power-up-state.html)

Alfonso Baz 06-21-2009 02:40 AM

Power up state
 
Hi all, I've just started learning VHDL so some of my questions may seem
rudimentary...

Is there any way of guaranteeing the state of an output pin on power up?

Is it done from the VHDL or is it a constraint thing or perhaps something
else

Cheers
Alf




backhus 06-22-2009 06:16 AM

Re: Power up state
 
On 21 Jun., 04:40, "Alfonso Baz" <alfonso....@optusnet.com.au> wrote:
> Hi all, I've just started learning VHDL so some of my questions may seem
> rudimentary...
>
> Is there any way of guaranteeing the state of an output pin on power up?
>
> Is it done from the VHDL or is it a constraint thing or perhaps something
> else
>
> Cheers
> Alf


Hi Alfonso,
from VHDL point of view, registered outputs can have an asynchronous
reset to get an initial state. Combinatorical signals immediatlely
(that is after their delay) react to their inputs. you may create some
output enable with an and gate or a tristate bufffer to control the
power up behavior.

The other thing is physics. The behavior of the target architecture.
You have to read the datasheet, for CPLD and FPGAs and ask the fab if
you are going to design for ASICs.

The power on behavior depends on the used technology. e.g. most SRAM
based FPGAs hold their I/Os in the tristate while loading their
bitsreams and provide an internal reset signal (and locked signals for
PLLs DCMs etc) to tell the user circuit when to start.

Have a nice synthesis
Eilert

Alfonso Baz 06-23-2009 11:10 AM

Re: Power up state
 
Thanks for the reply Eilert, you've pointed me in right direction.
I've done some reading and found that for the CPLD (XC95144XL) it has two
power supplies
One for the internals (Vccint) and one for the IO buffers (Vccio).

You were correct with the tri-state start up, the documentation reveals it
also has a weak pullup.

The recommended way to power up with a known state is to first apply power
to Vccint enabling
the logic to sort itself out and then Vccio.

If both a powered up simultaneously the documentation states that for this
CPLD device, an output
that is meant to be low on power up will exhibit a "glitch"

Cheers
Alfonso

"backhus" <goouse@twinmail.de> wrote in message
news:bae7b315-8621-4cbc-86c3-1205ec94c3a8@n19g2000vba.googlegroups.com...
> On 21 Jun., 04:40, "Alfonso Baz" <alfonso....@optusnet.com.au> wrote:
>> Hi all, I've just started learning VHDL so some of my questions may seem
>> rudimentary...
>>
>> Is there any way of guaranteeing the state of an output pin on power up?
>>
>> Is it done from the VHDL or is it a constraint thing or perhaps something
>> else
>>
>> Cheers
>> Alf

>
> Hi Alfonso,
> from VHDL point of view, registered outputs can have an asynchronous
> reset to get an initial state. Combinatorical signals immediatlely
> (that is after their delay) react to their inputs. you may create some
> output enable with an and gate or a tristate bufffer to control the
> power up behavior.
>
> The other thing is physics. The behavior of the target architecture.
> You have to read the datasheet, for CPLD and FPGAs and ask the fab if
> you are going to design for ASICs.
>
> The power on behavior depends on the used technology. e.g. most SRAM
> based FPGAs hold their I/Os in the tristate while loading their
> bitsreams and provide an internal reset signal (and locked signals for
> PLLs DCMs etc) to tell the user circuit when to start.
>
> Have a nice synthesis
> Eilert





All times are GMT. The time now is 06:34 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57