Forum Discussion
Altera_Forum
Honored Contributor
17 years agoDo you have any special reason to use blocking assignment for "samplefreq" and "samplefreqcount"?
# samplefreq=~samplefreq; # samplefreqcount=0; instead of # samplefreq<=~samplefreq; # samplefreqcount<=0;