Forum Discussion
Altera_Forum
Honored Contributor
11 years agoThanks Trcky, but after reset state, the registers wouldn´t not keep these values ?
I mean, if I understood correctly, the code bellow stores some values that will remain after reset, or I´m wrong ?if (reset)
begin
CurrentState.Level_main <= S0 ;
CurrentState.Level_sub <= S3_0 ;
end If not, is there any way to do this in the synthesis?