Forum Discussion
Altera_Forum
Honored Contributor
14 years agoa simple code showing a latch in quartus II?
Hi i am working in system verilog and a simple code like always_ff @ (posedge clk , negedge rst_n) begin if (rst_n==1'b1) begin x<=a; elseif (i==1'b1) begin ...
Altera_Forum
Honored Contributor
14 years agoYes i was facing an additional delay when i checked the timing reports.
Thanks for the reason...