Forum Discussion
Altera_Forum
Honored Contributor
12 years agoI also have the question about initial value for signal in VHDL.
As you mentioned " signal q : std_logic := '0'; -- power-on condition ". Is this command synthesisable which make the signal q be "0" after power (don't need to do reset)? Or is this just for simulation? Thanks.