How to write constraints with a clock enable?

Jun 28, 2007 1 Replies

Hello,



lets take this verilog example snipplet



reg clk_en; reg [:0] wide_reg;



always @(posedge clk) begin clk_en


I'm assuming you mean: always @(posedge clk) begin clk_en

Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required