Forum Discussion

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

Event Control problem

Hi:

here is a warning just like:

Warning (10235): Verilog HDL Always Construct warning at CurCtrl.v(559): variable "CurfbkA_o" is read inside the Always Construct but isn't in the Always Construct's Event Control

the veriable is not sensitive veriable,i do not care the value.for example:

always @(posedge clk)

begin

a <=CurfbkA_o;

end

who can tell me how to cut this warning.thanks!

1 Reply

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

    PS:i just want to cut this displaying of the warning,or close the rule when analysising.