Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)

Event Control problem

Altera_Forum
Honored Contributor II
1,262 Views

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!
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
347 Views

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

0 Kudos
Reply