Forum Discussion
Altera_Forum
Honored Contributor
18 years agoBrad & HDL Guru,
Thank you for your kind relply! There is no additional logic in the clock path. I didn't invert the clock manually by any inverter, but simply use always@(negedge clk). There is a "keep" attribute on the clock net. After I remove the attribute and recompile the design, the critical warning disappears. And I see the inverter has been moved into LE. Thank you for your help! :-) Aaron