Forum Discussion

RobertLiang's avatar
RobertLiang
Icon for Occasional Contributor rankOccasional Contributor
5 years ago
Solved

How to realize “posedge asynchronous reset logic” in verilog?

i know high level async reset can be achieved like: always@(posedge clk or posedge rst) begin if (rst==1) but how to realize posedge async reset, which means the moment reset edge coming u...
  • KhaiChein_Y_Intel's avatar
    KhaiChein_Y_Intel
    5 years ago

    Hi Robert,

    You have to deassert the reset signal, LOW signal in your case. Otherwise, the logic cannot come out from reset state.

    Thanks.

    Best regards,

    KhaiY