Which of the following assertions correctly verify an asynch…
Which of the following assertions correctly verify an asynchronous reset, where the following register’s output out is all 0s during the same cycle that reset is asserted? Select all that apply. Assume a 200 MHz clock. module register #( parameter WIDTH ) ( input logic clk, input logic rst, input logic en, input logic [WIDTH-1:0] in, output logic [WIDTH-1:0] out );
Read Details