Forum Discussion
Altera_Forum
Honored Contributor
14 years agoProblem with Always block
I have an Always block that is supposed to run when variable a assigned to 1. But it actually runs anytime when synthesising in Quartus. Can anyone help me resolve it? :confused:
module mai...
Altera_Forum
Honored Contributor
13 years agoCan anyone help me resolve this error:
genvar j;
generate
task gen;
for (j=1; j<=10; j++)
begin
//
end
endtask
endgenerate
Error : value must not be assigned to nonvariable "j"