Use the same coding method shown for a clock enable to describe synchronous control logic. Apply it to implement synchronous reset or set.
Important: You cannot describe a sequential
element with asynchronous control logic using a process without a sensitivity list. Only
a process with a sensitivity list allows such functionality. Vivado
synthesis does not allow the description of a Latch based on a wait statement. For
greater flexibility, describe synchronous logic using a process with a sensitivity list.