Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
18 years ago

default values for signals

Hi all,

Let's suppose in my FPGA design I have a simple synchronous binary counter which increments on every CLK rising edge.

I have a reset pin that puts the latches in a known state (for example, if 4 bits counter: "0000").

If not physically reset, what will be the initial value for the counter?

Is it "0000" or can it be undefined? How to specify default value for signals in quartus II?

Thanks for your help

Whitebird

4 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Quartus II help has a nice description on power-up state- you might want to take a look at the QII help using keywords "power-up state, specifying".

    - pakumpul