Forum Discussion
Altera_Forum
Honored Contributor
15 years agoTry this
(* keep = 1 *) wire my_clk_en = clk_ena && function_ena; always @ (posedge clk) begin if(my_clk_en) begin ... end end This way you'll be able to find the my_clk_en in TQ with get_keepers.