题目中的时序图和结果的时序图不一致,结果中需要在第6个数据到来的同时输出结果。 `timescale 1ns/1ns module sequence_detect( input clk, input rst_n, input data, output reg match, output reg not_match ); ...