Verilog if statement

Guest #5155372
Rate this post
useful
not useful
Hareesh M. wrote:
> . if i have a pon_rst_n = 1 what will be the output and if i have a

The output is what's in the else clause if there is one (you did not 
show), if there's no else req_rst_r stays the previous stored value.

> v3v3_pgood = 0 what will be the result.

the result will be
tier_cnt <= 10'd0;
on the next up edge

Reply

Please log in before posting.

or

Log in with Google account

Registration is free and takes only a minute.

Register now