`timescale 1ns/1nsmodule sequence_detect( input clk, input rst_n, input data, output reg match, output reg not_match );endmodule