Forum Discussion
RobertLiang
Occasional Contributor
5 years agoHow 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...
- 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
KhaiChein_Y_Intel
Regular Contributor
5 years agoHi,
I’m glad that your question has been addressed, I now transition this thread to community support. If you have a new question, feel free to open a new thread to get the support from Intel experts. Otherwise, the community users will continue to help you on this thread. Thank you.
Best regards,
KhaiY